]> granicus.if.org Git - clang/commitdiff
Increase the number of parser diagnostics.
authorRichard Trieu <rtrieu@google.com>
Thu, 11 Jul 2019 02:54:15 +0000 (02:54 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 11 Jul 2019 02:54:15 +0000 (02:54 +0000)
The reserved range for parser diagnostics is getting close to being filled,
so increase the space for them.

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

include/clang/Basic/DiagnosticIDs.h

index 8ee9a970b1a5a25666f585a2572ea047a85522aa..fccd534be350f433f88dc74e5b3e77c803b128e2 100644 (file)
@@ -32,7 +32,7 @@ namespace clang {
       DIAG_SIZE_FRONTEND      =  150,
       DIAG_SIZE_SERIALIZATION =  120,
       DIAG_SIZE_LEX           =  400,
-      DIAG_SIZE_PARSE         =  500,
+      DIAG_SIZE_PARSE         =  600,
       DIAG_SIZE_AST           =  200,
       DIAG_SIZE_COMMENT       =  100,
       DIAG_SIZE_CROSSTU       =  100,