Skip to content

Commit

Permalink
[NFC] Bump DIAG_SIZE_FRONTEND (hit the limit downstream as of e05c1b4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pogo59 committed Apr 3, 2024
1 parent 7c178fd commit 9808279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/DiagnosticIDs.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace clang {
enum {
DIAG_SIZE_COMMON = 300,
DIAG_SIZE_DRIVER = 400,
DIAG_SIZE_FRONTEND = 150,
DIAG_SIZE_FRONTEND = 200,
DIAG_SIZE_SERIALIZATION = 120,
DIAG_SIZE_LEX = 400,
DIAG_SIZE_PARSE = 700,
Expand Down

0 comments on commit 9808279

Please sign in to comment.