Skip to content

Draft: Add possibility to run clang-tidy on CbmRoot

Florian Uhlig requested to merge f.uhlig/cbmroot:prepare_clang_tidy3 into master

Add the default compiler include paths needed for our static standalone clang-tidy binary. The paths are only added to the compilation units in the generated file compile_commands.json which is used as input for clang-tidy. Without the paths clang-tidy can't find the standard C and C++ header files.

Merge request reports