mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 22:30:13 +00:00
[NFC][clang] Bump up DIAG_SIZE_SEMA for downstream diagnostics
Bump DIAG_SIZE_SEMA up by 500 to accommodate extra downstream diagnostics Differential Revision: https://reviews.llvm.org/D96888
This commit is contained in:
parent
3bdd02735b
commit
e320cf23f0
@ -36,7 +36,7 @@ namespace clang {
|
||||
DIAG_SIZE_AST = 250,
|
||||
DIAG_SIZE_COMMENT = 100,
|
||||
DIAG_SIZE_CROSSTU = 100,
|
||||
DIAG_SIZE_SEMA = 4000,
|
||||
DIAG_SIZE_SEMA = 4500,
|
||||
DIAG_SIZE_ANALYSIS = 100,
|
||||
DIAG_SIZE_REFACTORING = 1000,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user