Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.0.0

    v1.0.0 ready for production and testing
    ----------------------------------------
    - works, but sarif is not consumed by sonar9.9LTS CXX plugin
    - some issues probably slightly outside the json format rules, a bit more testing would not harm
  • 0.9.1

    - corrected " in tmsg text, as it confuses sarif/json
    - works for biggish sarif reports with 584 (or more) results from 215 (or more) files
    - tested with LLVM/clang-tidy 14.0
  • 0.9

    fb27e18a · multi-results OK ·
    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