[clang] [clang][diagnostics] Add `-fdiagnostics-add-output` switch for SARIF (PR #185201)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri May 22 06:35:12 PDT 2026


================
@@ -586,6 +586,20 @@ def err_analyzer_not_built_with_z3 : Error<
   "analyzer constraint manager 'z3' is only available if LLVM was built with "
   "-DLLVM_ENABLE_Z3_SOLVER=ON">;
 
+def err_diagnostic_output_no_value
----------------
AaronBallman wrote:

This diagnostic doesn't have test coverage.

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


More information about the cfe-commits mailing list