We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77739b6 commit 37da445Copy full SHA for 37da445
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -6009,7 +6009,7 @@ def note_not_found_by_two_phase_lookup : Note<"%0 should be declared prior to th
6009
def err_undeclared_use : Error<"use of undeclared %0">;
6010
def warn_deprecated : Warning<"%0 is deprecated">,
6011
InGroup<DeprecatedDeclarations>;
6012
-def warn_deprecated_switch_case : Warning<"%0 is deprecated">,
+def warn_deprecated_switch_case : Warning<warn_deprecated.Summary>,
6013
InGroup<DeprecatedSwitchCase>;
6014
def note_from_diagnose_if : Note<"from 'diagnose_if' attribute on %0:">;
6015
def warn_property_method_deprecated :
0 commit comments