Author: Douglas Yung
Date: 2023-06-26T14:35:03-07:00
New Revision: 214e7ce4e4b08b77fa5878bf1147419d66854167

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

LOG: [NFC] Bump up DIAG_SIZE_AST as we have hit the limit as of f27afed.

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 6dd78bf93eaab..a59ff25fe20eb 100644
--- a/clang/include/clang/Basic/DiagnosticIDs.h
+++ b/clang/include/clang/Basic/DiagnosticIDs.h
@@ -36,7 +36,7 @@ namespace clang {
       DIAG_SIZE_SERIALIZATION =  120,
       DIAG_SIZE_LEX           =  400,
       DIAG_SIZE_PARSE         =  700,
-      DIAG_SIZE_AST           =  250,
+      DIAG_SIZE_AST           =  300,
       DIAG_SIZE_COMMENT       =  100,
       DIAG_SIZE_CROSSTU       =  100,
       DIAG_SIZE_SEMA          = 4500,


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to