Increase DIAG_SIZE_AST as we have hit it.

This commit is contained in:
Douglas Yung 2020-07-08 23:29:47 -07:00
parent e3e47e8035
commit f9888462cc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace clang {
DIAG_SIZE_SERIALIZATION = 120,
DIAG_SIZE_LEX = 400,
DIAG_SIZE_PARSE = 600,
DIAG_SIZE_AST = 200,
DIAG_SIZE_AST = 250,
DIAG_SIZE_COMMENT = 100,
DIAG_SIZE_CROSSTU = 100,
DIAG_SIZE_SEMA = 4000,