Skip to content

Commit

Permalink
[NFC] Bump up DIAG_SIZE_AST as we have hit the limit as of f27afed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dyung committed Jun 26, 2023
1 parent 0b06727 commit 214e7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/DiagnosticIDs.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace clang {
DIAG_SIZE_SERIALIZATION = 120,
DIAG_SIZE_LEX = 400,
DIAG_SIZE_PARSE = 700,
DIAG_SIZE_AST = 250,
DIAG_SIZE_AST = 300,
DIAG_SIZE_COMMENT = 100,
DIAG_SIZE_CROSSTU = 100,
DIAG_SIZE_SEMA = 4500,
Expand Down

0 comments on commit 214e7ce

Please sign in to comment.