Skip to content

Commit

Permalink
Bump up DIAG_SIZE_DRIVER as we are very close to the limit as of 9a40858
Browse files Browse the repository at this point in the history
.
  • Loading branch information
dyung committed Oct 3, 2023
1 parent dce54ea commit 344e735
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 @@ -31,7 +31,7 @@ namespace clang {
// Size of each of the diagnostic categories.
enum {
DIAG_SIZE_COMMON = 300,
DIAG_SIZE_DRIVER = 300,
DIAG_SIZE_DRIVER = 400,
DIAG_SIZE_FRONTEND = 150,
DIAG_SIZE_SERIALIZATION = 120,
DIAG_SIZE_LEX = 400,
Expand Down

0 comments on commit 344e735

Please sign in to comment.