[clang-tools-extra] Add new tool: clang-read-diagnostics (PR #118522)

Jon Roelofs via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 4 15:49:15 PST 2024


================
@@ -0,0 +1,15 @@
+// REQUIRES: clang
+// RUN: not %clang %s -serialize-diagnostics %s.diag
----------------
jroelofs wrote:

recommend putting the new file under `%t` instead of `%s`, so this doesn't pollute the source dir.

https://github.com/llvm/llvm-project/pull/118522


More information about the cfe-commits mailing list