[clang] f988846 - Increase DIAG_SIZE_AST as we have hit it.

Douglas Yung via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 8 23:30:30 PDT 2020


Author: Douglas Yung
Date: 2020-07-08T23:29:47-07:00
New Revision: f9888462cc76fb486161709d88522bd419a89504

URL: https://github.com/llvm/llvm-project/commit/f9888462cc76fb486161709d88522bd419a89504
DIFF: https://github.com/llvm/llvm-project/commit/f9888462cc76fb486161709d88522bd419a89504.diff

LOG: Increase DIAG_SIZE_AST as we have hit it.

Added: 
    

Modified: 
    clang/include/clang/Basic/DiagnosticIDs.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Basic/DiagnosticIDs.h b/clang/include/clang/Basic/DiagnosticIDs.h
index 46f0fa423a39..00c939650e54 100644
--- a/clang/include/clang/Basic/DiagnosticIDs.h
+++ b/clang/include/clang/Basic/DiagnosticIDs.h
@@ -33,7 +33,7 @@ namespace clang {
       DIAG_SIZE_SERIALIZATION =  120,
       DIAG_SIZE_LEX           =  400,
       DIAG_SIZE_PARSE         =  600,
-      DIAG_SIZE_AST           =  200,
+      DIAG_SIZE_AST           =  250,
       DIAG_SIZE_COMMENT       =  100,
       DIAG_SIZE_CROSSTU       =  100,
       DIAG_SIZE_SEMA          = 4000,


        


More information about the cfe-commits mailing list