Draft: Add possibility to run clang-tidy on CbmRoot
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
Activity
Filter activity
Dear @f.uhlig, @v.friese, @p.-a.loizeau,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
added 1 commit
- ce1c02f4 - Extract required checks from clang-tidy config
added 10 commits
-
e8cd8e32 - 1 commit from branch
computing:master
- 38b5f4b6 - Add include paths to compile command database
- 778fbf1d - Don't download some externals for clang-tidy
- fbf3cafa - Add clang-tidy configuration
- bd53c5a1 - Add script to run clang-tidy on a source directory
- bb30dfc1 - Add new CMake target to run clang-tidy
- cc25809b - Add CMake script to execute the TidyCheck in our CI
- 4e552208 - Improve CMake scrip
- 84523760 - Make clang-tidy work an Linux systems
- 3bc23f41 - Extract required checks from clang-tidy config
Toggle commit list-
e8cd8e32 - 1 commit from branch
Closing Supereseded by !1323 (closed)
Edited by Florian Uhligmentioned in merge request !1323 (closed)
Please register or sign in to reply