]> granicus.if.org Git - clang/commitdiff
Bump DiagnosticSemaKinds count; we're close to hitting it.
authorManman Ren <manman.ren@gmail.com>
Wed, 3 Feb 2016 23:35:29 +0000 (23:35 +0000)
committerManman Ren <manman.ren@gmail.com>
Wed, 3 Feb 2016 23:35:29 +0000 (23:35 +0000)
 $ grep '= DIAG_START_SEMA' include/clang/Basic/DiagnosticIDs.h
       DIAG_START_ANALYSIS      = DIAG_START_SEMA            + 3000
 $ grep 'def ' include/clang/Basic/DiagnosticSemaKinds.td | wc -l
       2994

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

include/clang/Basic/DiagnosticIDs.h

index 312b71f4064d5a96a261971b4dee794993185054..fcd04a0be187d3c91d47f3c94fc79cccc0207ba7 100644 (file)
@@ -36,7 +36,7 @@ namespace clang {
       DIAG_START_AST           = DIAG_START_PARSE           +  500,
       DIAG_START_COMMENT       = DIAG_START_AST             +  110,
       DIAG_START_SEMA          = DIAG_START_COMMENT         +  100,
-      DIAG_START_ANALYSIS      = DIAG_START_SEMA            + 3000,
+      DIAG_START_ANALYSIS      = DIAG_START_SEMA            + 3500,
       DIAG_UPPER_LIMIT         = DIAG_START_ANALYSIS        +  100
     };