Increase the number of parser diagnostics.

The reserved range for parser diagnostics is getting close to being filled,
so increase the space for them.

llvm-svn: 365727
This commit is contained in:
Richard Trieu 2019-07-11 02:54:15 +00:00
parent 627095ec5b
commit 9066e5f832
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace clang {
DIAG_SIZE_FRONTEND = 150,
DIAG_SIZE_SERIALIZATION = 120,
DIAG_SIZE_LEX = 400,
DIAG_SIZE_PARSE = 500,
DIAG_SIZE_PARSE = 600,
DIAG_SIZE_AST = 200,
DIAG_SIZE_COMMENT = 100,
DIAG_SIZE_CROSSTU = 100,