================
@@ -30,4 +30,5 @@
 #include "clang/Basic/DiagnosticAnalysisKinds.inc"
 #include "clang/Basic/DiagnosticRefactoringKinds.inc"
 #include "clang/Basic/DiagnosticInstallAPIKinds.inc"
+#include "clang/Basic/DiagnosticCodeGenKinds.inc"
----------------
Sirraide wrote:

I don’t really like the name `DiagnosticCodeGenKinds` for this since that to me 
suggests that we’re issuing diagnostics (to the terminal) during codegen; maybe 
`DiagnosticTrapKinds` or something that makes it clear that these are intended 
for sanitisers would be better.

https://github.com/llvm/llvm-project/pull/154618
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to