[SourceKit] Add range for attributes in a structure (SR-5587) (#11750)

This commit is contained in:
Marcelo Fabri
2017-09-20 19:54:42 -03:00
committed by Xi Ge
parent c1139c0b0c
commit 2bf49b0151
14 changed files with 117 additions and 51 deletions

View File

@@ -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;
}