]> granicus.if.org Git - clang/commitdiff
3000 Sema diagnostics should be enough for anyone.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 16 Feb 2011 19:41:58 +0000 (19:41 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 16 Feb 2011 19:41:58 +0000 (19:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125684 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticIDs.h

index 5d84c7c8876ce3e82cbf840b4d343b98f1914882..b463805698516fe037571534c0ef41984f1ec8ac 100644 (file)
@@ -31,7 +31,7 @@ namespace clang {
       DIAG_START_PARSE    = DIAG_START_LEX      +  300,
       DIAG_START_AST      = DIAG_START_PARSE    +  300,
       DIAG_START_SEMA     = DIAG_START_AST      +  100,
-      DIAG_START_ANALYSIS = DIAG_START_SEMA     + 1500,
+      DIAG_START_ANALYSIS = DIAG_START_SEMA     + 3000,
       DIAG_UPPER_LIMIT    = DIAG_START_ANALYSIS +  100
     };