Increase the limit on parser diagnostics

We're really close to the limit
$ grep -c DIAG tools/clang/include/clang/Basic/DiagnosticParseKinds.inc
598
This commit is contained in:
Benjamin Kramer 2022-02-21 11:43:40 +01:00
parent 9a547e7009
commit b32ead41b1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace clang {
DIAG_SIZE_FRONTEND = 150,
DIAG_SIZE_SERIALIZATION = 120,
DIAG_SIZE_LEX = 400,
DIAG_SIZE_PARSE = 600,
DIAG_SIZE_PARSE = 700,
DIAG_SIZE_AST = 250,
DIAG_SIZE_COMMENT = 100,
DIAG_SIZE_CROSSTU = 100,