This revision was automatically updated to reflect the committed changes.
Closed by commit rGbc3f171090f6: Don't normalise CXX11/C2X attribute names
to start with :: (authored by john.brawn).
Changed prior to commit:
https://reviews.llvm.org/D76704?vs=252308&id=252578#toc
Repository:
rG LLVM
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, thank you for this cleanup!
Comment at: clang/lib/Basic/Attributes.cpp:89
SmallString<64> FullName = ScopeName;
- if (Scope || SyntaxUsed == Attribute
john.brawn created this revision.
john.brawn added reviewers: erichkeane, aaron.ballman, rjmccall.
Herald added a project: clang.
john.brawn added a child revision: D31343: Add an attribute plugin example.
Currently square-bracket-style (CXX11/C2X) attribute names are normalised to
start with ::