forked from OSchip/llvm-project
Increase DIAG_SIZE_AST as we have hit it.
This commit is contained in:
parent
e3e47e8035
commit
f9888462cc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue