Author: Douglas Yung
Date: 2023-10-03T14:27:53-07:00
New Revision: 344e735c172e3f976c0b91c4bccc0d3291f644b7

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

LOG: Bump up DIAG_SIZE_DRIVER as we are very close to the limit as of 9a40858.

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 bf4995175ef196a..06ef1c6904c31d1 100644
--- a/clang/include/clang/Basic/DiagnosticIDs.h
+++ b/clang/include/clang/Basic/DiagnosticIDs.h
@@ -31,7 +31,7 @@ namespace clang {
     // Size of each of the diagnostic categories.
     enum {
       DIAG_SIZE_COMMON        =  300,
-      DIAG_SIZE_DRIVER        =  300,
+      DIAG_SIZE_DRIVER        =  400,
       DIAG_SIZE_FRONTEND      =  150,
       DIAG_SIZE_SERIALIZATION =  120,
       DIAG_SIZE_LEX           =  400,


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

Reply via email to