[clang-tools-extra] Add new tool: clang-read-diagnostics (PR #118522)
Yuxuan Chen via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 6 09:33:06 PST 2024
yuxuanchen1997 wrote:
> so we don't need to carry around multiple implementations of machine-readable diagnostic information.
I just realized that we also have `-diagnostic-log-file` as a cc1 flag. This logs into an XML. Is this preferred to the binary format or no?
https://github.com/llvm/llvm-project/pull/118522
More information about the cfe-commits
mailing list