[meson] exclude subprojects from static analysis
Generate a new compile_commands database in compile_commands_wo_subprojects/ without the files in subprojects/. This new compile_commands database is than consumed by iwyu and clang-tidy. Co-Authored-By:Florian Schmaus <schmaus@cs.fau.de> Suggested--By:
Florian Schmaus <schmaus@cs.fau.de>
Showing
- .clang-tidy 1 addition, 1 deletion.clang-tidy
- Makefile 8 additions, 3 deletionsMakefile
- compile_commands_wo_subprojects/.gitignore 1 addition, 0 deletionscompile_commands_wo_subprojects/.gitignore
- tools/check-iwyu 1 addition, 1 deletiontools/check-iwyu
- tools/gen-compile-commands-wo-subprojects 26 additions, 0 deletionstools/gen-compile-commands-wo-subprojects
- tools/run-clang-tidy 42 additions, 0 deletionstools/run-clang-tidy
Loading
Please register or sign in to comment