================
@@ -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:

If we're going this route, I think we should document the arguments. It's not 
going to be clear what the `Arg` parameter is for.

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