Skip to content

Commit

Permalink
Increase the number of parser diagnostics.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Weverything committed Jul 11, 2019
1 parent ff1cfad commit bceaa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clang/Basic/DiagnosticIDs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bceaa38

Please sign in to comment.