[clang] [Sema] Keep attribute lists in the order the attributes were parsed (PR #162714)

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 9 12:05:12 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
----------------
compnerd wrote:

This is mismatched with the function

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


More information about the cfe-commits mailing list