Support for C++20 modules

Hi there,
We are using sonarqube 9.4.0 developer edition and there is no support for c++ modules, we would like to know if there is a fixed date to bring this support because we can’t use it due to that.

Thanks,

Gustavo D’Ambrosio

Hello @g.dambrosio,

I moved your question to a new thread, we prefer to have one thread by subject…

We would like to support C++ 20 modules, but we are waiting for 2 reasons:

  • The support of modules by build tools does not look stabilized yet, and we don’t want to spend too much energy aiming for a moving target.
  • We use clang as a foundation for our analysis tools, and clang does not yet support C++20 modules.