Skip to content
clang-tidy-sarif
===========
- produce a valid sarif report from clang-tidy raw traces of many separate ctr files
- ctr (C_lang- T_idy R_eport files) is just stdout piped into a file, for each *cpp/h file
- when you run clang-tidy over many files you end up with a directory full of ctr files
- the clang-tidy-sarif tool is run **over the whole directory** and it spits out one (biggish) sarif report
- the report can be validated with https://sarifweb.azurewebsites.net/Validation
- still under fixing and debugging