[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 15:19:53 PDT 2025
================
@@ -856,19 +856,19 @@ class ParsedAttributesView {
friend class ParsedAttributesView;
};
- void addAll(iterator B, iterator E) {
+ void prependAll(iterator B, iterator E) {
----------------
hnrklssn wrote:
Makes sense to me
https://github.com/llvm/llvm-project/pull/162714
More information about the cfe-commits
mailing list