Skip to content

Commit 3d78bd7

Browse files
committed
Unmark notes as deprecations
1 parent c44ba1a commit 3d78bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3761,7 +3761,7 @@ WARNING(warn_deprecated_conditional_conformance_outer_access,Deprecation,
37613761
"which comes via a conditional conformance",
37623762
(DeclNameRef, DescriptiveDeclKind, DescriptiveDeclKind, DeclName,
37633763
DescriptiveDeclKind, DescriptiveDeclKind, DeclName))
3764-
NOTE(fix_deprecated_conditional_conformance_outer_access,Deprecation,
3764+
NOTE(fix_deprecated_conditional_conformance_outer_access,none,
37653765
"use '%0' to continue to reference the %1",
37663766
(StringRef, DescriptiveDeclKind, Identifier))
37673767

@@ -5244,7 +5244,7 @@ WARNING(availability_deprecated_rename, Deprecation,
52445244
unsigned, StringRef))
52455245
#undef REPLACEMENT_DECL_KIND_SELECT
52465246

5247-
NOTE(note_deprecated_rename, Deprecation,
5247+
NOTE(note_deprecated_rename, none,
52485248
"use '%0' instead", (StringRef))
52495249

52505250
ERROR(availability_decl_more_than_enclosing, none,

0 commit comments

Comments
 (0)