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.
2 parents 7eec245 + 0ca1c69 commit f79fdd4Copy full SHA for f79fdd4
include/swift/IDE/IDERequests.h
@@ -234,7 +234,7 @@ class CollectOverriddenDeclsRequest:
234
//----------------------------------------------------------------------------//
235
struct ProtocolNameOwner {
236
DeclContext *DC;
237
- StringRef Name;
+ std::string Name;
238
ProtocolNameOwner(DeclContext *DC, StringRef Name): DC(DC), Name(Name) {}
239
240
friend llvm::hash_code hash_value(const ProtocolNameOwner &CI) {
0 commit comments