Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Remove changes that limited the attribute from being valid only when compiled with '+sme'.
Paths
| Differential D152141
[Clang] Make __arm_streaming apply only to prototyped functions. ClosedPublic Authored by sdesmalen on Jun 5 2023, 3:24 AM.
Details
Diff Detail
Event Timelinesdesmalen added a child revision: D127762: [Clang][AArch64] Add/implement ACLE keywords for SME..Jun 5 2023, 5:34 AM Comment Actions Remove changes that limited the attribute from being valid only when compiled with '+sme'. This revision is now accepted and ready to land.Aug 2 2023, 9:42 AM Closed by commit rG4d3e91783938: [Clang] Make __arm_streaming apply only to prototyped functions. (authored by sdesmalen). · Explain WhyAug 7 2023, 4:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 547716 clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/test/Parser/c2x-attribute-keywords.c
clang/test/Parser/c2x-attribute-keywords.m
clang/test/Parser/cxx0x-keyword-attributes.cpp
|