================
@@ -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()) {
+  }
----------------
erichkeane wrote:

This change here is against our coding standard, we always do these on the same 
line.

https://github.com/llvm/llvm-project/pull/182752
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to