]> granicus.if.org Git - clang/commitdiff
Bump DIAG_SIZE_SEMA, as we've hit it.
authorScott Linder <scott@scottlinder.com>
Wed, 1 May 2019 16:45:49 +0000 (16:45 +0000)
committerScott Linder <scott@scottlinder.com>
Wed, 1 May 2019 16:45:49 +0000 (16:45 +0000)
$ grep 'DIAG_SIZE_SEMA          =' include/clang/Basic/DiagnosticIDs.h
      DIAG_SIZE_SEMA          = 4000,
$ grep DIAG $(build)/tools/clang/include/clang/Basic/DiagnosticSemaKinds.inc | wc -l
3499

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359702 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticIDs.h

index 506b148e0b967be54dda7428dffbbac3cbadf33f..0ea0cebed3d10a65b20ac187413fd04889f8348f 100644 (file)
@@ -36,7 +36,7 @@ namespace clang {
       DIAG_SIZE_AST           =  150,
       DIAG_SIZE_COMMENT       =  100,
       DIAG_SIZE_CROSSTU       =  100,
-      DIAG_SIZE_SEMA          = 3500,
+      DIAG_SIZE_SEMA          = 4000,
       DIAG_SIZE_ANALYSIS      =  100,
       DIAG_SIZE_REFACTORING   = 1000,
     };