[clang] [Sema] Keep attribute lists in the order the attributes were parsed (PR #162714)
Henrik G. Olsson via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 9 13:56:50 PDT 2025
================
@@ -2638,7 +2638,7 @@ class Declarator {
return InventedTemplateParameterList;
}
- /// takeAttributes - Takes attributes from the given parsed-attributes
+ /// takeAttributesPrepend - Takes attributes from the given parsed-attributes
----------------
hnrklssn wrote:
Thanks!
https://github.com/llvm/llvm-project/pull/162714
More information about the cfe-commits
mailing list