Skip to content

Commit 37da445

Browse files
committed
reuse the warn_deprecated text
1 parent 77739b6 commit 37da445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6009,7 +6009,7 @@ def note_not_found_by_two_phase_lookup : Note<"%0 should be declared prior to th
60096009
def err_undeclared_use : Error<"use of undeclared %0">;
60106010
def warn_deprecated : Warning<"%0 is deprecated">,
60116011
InGroup<DeprecatedDeclarations>;
6012-
def warn_deprecated_switch_case : Warning<"%0 is deprecated">,
6012+
def warn_deprecated_switch_case : Warning<warn_deprecated.Summary>,
60136013
InGroup<DeprecatedSwitchCase>;
60146014
def note_from_diagnose_if : Note<"from 'diagnose_if' attribute on %0:">;
60156015
def warn_property_method_deprecated :

0 commit comments

Comments
 (0)