Skip to content

Commit e1fd681

Browse files
committed
Bump DIAG_SIZE_LEX since we've hit the limit downstream as of 1c4e0f6.
1 parent cb4f24b commit e1fd681

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
@@ -37,7 +37,7 @@ namespace clang {
3737
DIAG_SIZE_DRIVER = 400,
3838
DIAG_SIZE_FRONTEND = 200,
3939
DIAG_SIZE_SERIALIZATION = 120,
40-
DIAG_SIZE_LEX = 400,
40+
DIAG_SIZE_LEX = 500,
4141
DIAG_SIZE_PARSE = 700,
4242
DIAG_SIZE_AST = 300,
4343
DIAG_SIZE_COMMENT = 100,

0 commit comments

Comments
 (0)