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 c16b888 commit 0e8d600Copy full SHA for 0e8d600
include/swift/AST/Identifier.h
@@ -590,7 +590,7 @@ class DeclName {
590
llvm::raw_ostream &printPretty(llvm::raw_ostream &os) const;
591
592
/// Dump this name to standard error.
593
- LLVM_ATTRIBUTE_DEPRECATED(void dump() const,
+ LLVM_ATTRIBUTE_DEPRECATED(void dump() const LLVM_ATTRIBUTE_USED,
594
"only for use within the debugger");
595
};
596
@@ -672,7 +672,7 @@ class ObjCSelector {
672
}
673
674
/// Dump this selector to standard error.
675
676
677
678
/// Compare two Objective-C selectors, producing -1 if \c *this comes before
0 commit comments