================
@@ -2117,10 +2117,9 @@ class Parser : public CodeCompletionHandler {
 
   ExprResult ParseUnevaluatedStringInAttribute(const IdentifierInfo &AttrName);
 
-  bool
-  ParseAttributeArgumentList(const clang::IdentifierInfo &AttrName,
-                             SmallVectorImpl<Expr *> &Exprs,
-                             ParsedAttributeArgumentsProperties 
ArgsProperties);
+  bool parseAttributeArgumentList(
----------------
AaronBallman wrote:

The other nearby attribute functions are generally going with an initial 
capital letter; probably should stick with the nearby formatting instead of 
changing it for just one API.

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

Reply via email to