This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Fix _Alignas/isCXX11Attribute() FIXME
ClosedPublic

Authored by rsandifo-arm on Apr 25 2023, 5:24 AM.

Details

Summary

When doing https://reviews.llvm.org/D148105 , I hadn't noticed that
there was also a FIXME about the misclassification of _Alignas in
ProcessDeclAttribute.

Diff Detail

Event Timeline

rsandifo-arm created this revision.Apr 25 2023, 5:24 AM
Herald added a project: Restricted Project. · View Herald Transcript
rsandifo-arm requested review of this revision.Apr 25 2023, 5:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 5:24 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
erichkeane accepted this revision.Apr 25 2023, 6:12 AM
This revision is now accepted and ready to land.Apr 25 2023, 6:12 AM
This revision was landed with ongoing or failed builds.Apr 26 2023, 1:50 AM
This revision was automatically updated to reflect the committed changes.