Skip to content

Commit 344e735

Browse files
committed
Bump up DIAG_SIZE_DRIVER as we are very close to the limit as of 9a40858.
1 parent dce54ea commit 344e735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticIDs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace clang {
3131
// Size of each of the diagnostic categories.
3232
enum {
3333
DIAG_SIZE_COMMON = 300,
34-
DIAG_SIZE_DRIVER = 300,
34+
DIAG_SIZE_DRIVER = 400,
3535
DIAG_SIZE_FRONTEND = 150,
3636
DIAG_SIZE_SERIALIZATION = 120,
3737
DIAG_SIZE_LEX = 400,

0 commit comments

Comments
 (0)