Skip to content

Commit 412f7fa

Browse files
committed
[clang] Bump DIAG_SIZE_PARSE as we're hitting the limit downstream as of 6263de9.
1 parent 18ff8df commit 412f7fa

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
@@ -39,7 +39,7 @@ namespace clang {
3939
DIAG_SIZE_FRONTEND = 200,
4040
DIAG_SIZE_SERIALIZATION = 120,
4141
DIAG_SIZE_LEX = 500,
42-
DIAG_SIZE_PARSE = 700,
42+
DIAG_SIZE_PARSE = 800,
4343
DIAG_SIZE_AST = 300,
4444
DIAG_SIZE_COMMENT = 100,
4545
DIAG_SIZE_CROSSTU = 100,

0 commit comments

Comments
 (0)