[clang] docs(clang): add some missing flags (PR #209519)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 26 07:07:53 PDT 2026


================
@@ -349,6 +349,28 @@ output format of the diagnostics that it generates.
        ::
 
            t.c +3:11: warning: conversion specifies type 'char *' but the argument has type 'int'
+
+   **sarif**
+       Emit diagnostics as a `SARIF <https://sarifweb.azurewebsites.net/>`_ JSON document.
+       This is useful when diagnostics are consumed by tools, including AI agents.
----------------
steakhal wrote:

```suggestion
```

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


More information about the cfe-commits mailing list