Skip to content

Commit 08a72cb

Browse files
committed
[clang] Bump up DIAG_SIZE_SEMA by 500 for downstream diagnostics.
Recently added HLSL diagnostics (89fb849) pushed the Swift compiler over the existing limit. rdar://135126738
1 parent cd3667d commit 08a72cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticIDs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace clang {
3939
DIAG_SIZE_AST = 300,
4040
DIAG_SIZE_COMMENT = 100,
4141
DIAG_SIZE_CROSSTU = 100,
42-
DIAG_SIZE_SEMA = 4500,
42+
DIAG_SIZE_SEMA = 5000,
4343
DIAG_SIZE_ANALYSIS = 100,
4444
DIAG_SIZE_REFACTORING = 1000,
4545
DIAG_SIZE_INSTALLAPI = 100,

0 commit comments

Comments
 (0)