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

Jon Roelofs via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 3 14:29:17 PST 2024


================
@@ -0,0 +1,14 @@
+// RUN: %clang %s -serialize-diagnostics %s.diag || true
----------------
jroelofs wrote:

```suggestion
// RUN: not %clang %s -serialize-diagnostics %s.diag
```

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


More information about the cfe-commits mailing list