================
@@ -47,6 +47,7 @@ namespace clang {
       DIAG_SIZE_ANALYSIS      =  100,
       DIAG_SIZE_REFACTORING   = 1000,
       DIAG_SIZE_INSTALLAPI    =  100,
+      DIAG_SIZE_CODEGEN       = 10,
----------------
Sirraide wrote:

Maybe preallocate more than 10 so we don’t have to bump this limit too often?

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