[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:56:04 PST 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe320cf23f093: [NFC][clang] Bump up DIAG_SIZE_SEMA for downstream diagnostics (authored by zixuw).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96888/new/

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.324380.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210217/5e050cec/attachment.bin>


More information about the cfe-commits mailing list