mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Add range for attributes in a structure (SR-5587) (#11750)
This commit is contained in:
@@ -64,7 +64,7 @@ private:
|
||||
StringRef RuntimeName,
|
||||
StringRef SelectorName,
|
||||
ArrayRef<StringRef> InheritedTypes,
|
||||
ArrayRef<UIdent> Attrs) override {
|
||||
ArrayRef<std::tuple<UIdent, unsigned, unsigned>> Attrs) override {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user