We are pleased to announce the SonarQube C++ Community Plugin version 2.0.3.
This is only a small bugfix, see V2.0.0 for complete release notes.
- improved Clang-Tidy sensor #2167 #2168 #2170 #2174 #2175
- supports Clang-Tidy v11 messages with multiple check (alias) ids #2170
- fix Clang-Tidy column number reporting (column numbers in Clang-Tidy: 1...n; SQ: 0...n)
- be more tolerant in case of invalid column number: report issue in line (without column)
- improve error message in case of wrong line/column number
- make the loading of
other
rules more robust #2179 - fix
java.lang.NullPointerException
inAbstractCxxPublicApiVisitor.visitTemplateDeclaration
#2180 #2182 - improve config description #2181