[clang] e1fd681 - Bump DIAG_SIZE_LEX since we've hit the limit downstream as of 1c4e0f6.

Douglas Gliner via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 3 15:48:26 PST 2025


Author: Douglas Gliner
Date: 2025-03-03T15:40:50-08:00
New Revision: e1fd681837b85563e186f3739623cfa6653a722c

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

LOG: Bump DIAG_SIZE_LEX since we've hit the limit downstream as of 1c4e0f6.

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 b49185c3335d8..017ef7065610f 100644
--- a/clang/include/clang/Basic/DiagnosticIDs.h
+++ b/clang/include/clang/Basic/DiagnosticIDs.h
@@ -37,7 +37,7 @@ namespace clang {
       DIAG_SIZE_DRIVER        =  400,
       DIAG_SIZE_FRONTEND      =  200,
       DIAG_SIZE_SERIALIZATION =  120,
-      DIAG_SIZE_LEX           =  400,
+      DIAG_SIZE_LEX           =  500,
       DIAG_SIZE_PARSE         =  700,
       DIAG_SIZE_AST           =  300,
       DIAG_SIZE_COMMENT       =  100,


        


More information about the cfe-commits mailing list