[clang] [clang] Fix string literal parsing on some attributes (PR #171017)

Sergei Barannikov via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 6 12:02:10 PST 2026


================
@@ -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(
----------------
s-barannikov wrote:

I tried to document it and also reverted the naming change.

https://github.com/llvm/llvm-project/pull/171017


More information about the cfe-commits mailing list