Skip to content

Commit

Permalink
[clang] Bump up DIAG_SIZE_SEMA by 500 for downstream diagnostics.
Browse files Browse the repository at this point in the history
Recently added HLSL diagnostics (89fb849) pushed the Swift compiler over
the existing limit.

rdar://135126738
  • Loading branch information
lhames committed Sep 2, 2024
1 parent cd3667d commit 08a72cb
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 @@ -39,7 +39,7 @@ namespace clang {
DIAG_SIZE_AST = 300,
DIAG_SIZE_COMMENT = 100,
DIAG_SIZE_CROSSTU = 100,
DIAG_SIZE_SEMA = 4500,
DIAG_SIZE_SEMA = 5000,
DIAG_SIZE_ANALYSIS = 100,
DIAG_SIZE_REFACTORING = 1000,
DIAG_SIZE_INSTALLAPI = 100,
Expand Down

0 comments on commit 08a72cb

Please sign in to comment.