================
@@ -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
+    : Error<"'-fdiagnostics-add-output' key '%0' has no value">;
----------------
AaronBallman wrote:

```suggestion
def err_diagnostic_output_no_value : Error<
  "'-fdiagnostics-add-output' key '%0' has no value">;
```
clang-format commits crimes in .td files, the rest should be re-flowed by hand 
similarly.

https://github.com/llvm/llvm-project/pull/185201
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to