Skip to content

Commit b32ead4

Browse files
committed
Increase the limit on parser diagnostics
We're really close to the limit $ grep -c DIAG tools/clang/include/clang/Basic/DiagnosticParseKinds.inc 598
1 parent 9a547e7 commit b32ead4

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
@@ -34,7 +34,7 @@ namespace clang {
3434
DIAG_SIZE_FRONTEND = 150,
3535
DIAG_SIZE_SERIALIZATION = 120,
3636
DIAG_SIZE_LEX = 400,
37-
DIAG_SIZE_PARSE = 600,
37+
DIAG_SIZE_PARSE = 700,
3838
DIAG_SIZE_AST = 250,
3939
DIAG_SIZE_COMMENT = 100,
4040
DIAG_SIZE_CROSSTU = 100,

0 commit comments

Comments
 (0)