================
@@ -284,8 +284,9 @@ Response HandleFunction(Sema &SemaRef, const FunctionDecl
*Function,
// don't get any template arguments from this function but might get
// some from an enclosing template.
return Response::UseNextDecl(Function);
- } else if (const TemplateArgumentList *TemplateArgs =
- Function->getTemplateSpecializationArgs()) {
+ }
----------------
oToToT wrote:
After some check, I think I should not submit a pure formatting change to the
whole file. Removed the unnecessary change.
https://github.com/llvm/llvm-project/pull/182752
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits