File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,6 @@ class ParsedAttr final
130130 size_t numTrailingObjects (OverloadToken<ParsedType>) const {
131131 return HasParsedType;
132132 }
133- size_t numTrailingObjects (OverloadToken<detail::PropertyData>) const {
134- return IsProperty;
135- }
136133
137134private:
138135 IdentifierInfo *MacroII = nullptr ;
Original file line number Diff line number Diff line change @@ -190,9 +190,7 @@ namespace clang {
190190 bool ArgsInvalid;
191191
192192 // / Retrieves a pointer to the template arguments
193- ParsedTemplateArgument *getTemplateArgs () {
194- return getTrailingObjects<ParsedTemplateArgument>();
195- }
193+ ParsedTemplateArgument *getTemplateArgs () { return getTrailingObjects (); }
196194
197195 // / Creates a new TemplateIdAnnotation with NumArgs arguments and
198196 // / appends it to List.
You can’t perform that action at this time.
0 commit comments