[PATCH] D96888: [NFC][clang] Bump up DIAG_SIZE_SEMA for downstream diagnostics
Zixu Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 17 11:54:45 PST 2021
zixuw created this revision.
zixuw requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Bump DIAG_SIZE_SEMA up by 500 to accommodate extra downstream diagnostics
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96888
Files:
clang/include/clang/Basic/DiagnosticIDs.h
Index: clang/include/clang/Basic/DiagnosticIDs.h
===================================================================
--- clang/include/clang/Basic/DiagnosticIDs.h
+++ clang/include/clang/Basic/DiagnosticIDs.h
@@ -36,7 +36,7 @@
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,
};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96888.324379.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210217/7c3ed0cf/attachment.bin>
More information about the cfe-commits
mailing list