diff options
author | Giuliano Belinassi <giulianobelinassi@users.noreply.github.com> | 2025-10-18 04:22:52 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-18 15:22:52 +0800 |
commit | a70efbd6cc5d052ff06a0be79b606b8d836eac03 (patch) | |
tree | 590634b9dc2609017cd5d9dca957decbe0b53753 /clang/test/CXX/dcl.decl/dcl.decomp/p4.cpp | |
parent | a3557c3abde66c7001f12f6fec7a13885574e55a (diff) | |
download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 |
Previously, clang's SemaDecl processed `asm` attributes after every
other attribute in the Decl, unlike gcc and clang's own parser which
requires `asm` attributes to be the first one in the declaration (see
#162556). Therefore, move the processing of `asm` attributes to be the
first one in the attributes list.
Closes #162126
Signed-off-by: Giuliano Belinassi <gbelinassi@suse.de>
Diffstat (limited to 'clang/test/CXX/dcl.decl/dcl.decomp/p4.cpp')
0 files changed, 0 insertions, 0 deletions