[analyzer][clang-tidy] Consume reports and FixIts from --export-fixes
YAML output instead of stdout
/stderr
#4063
Labels
analyzer 📈
Related to the analyze commands (analysis driver)
clang-tidy 🐉
clang-tidy is a clang-based C++ “linter” tool.
report-converter 🔄
Milestone
We should consider dropping the conversion from "random meaningless stdout text"-to-plist in favour of "well-formatted message and fix YAML"-to-plist. (Or SARIF?)
For a very long time now, Clang-Tidy was capable of dumping the structure of the created diagnostics (all the notes, warnings, and fixits, see https://github.com/llvm/llvm-project/blob/llvmorg-17.0.0/clang-tools-extra/test/clang-tidy/infrastructure/export-diagnostics.cpp!) in YAML.
The text was updated successfully, but these errors were encountered: