================
@@ -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 [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
