[PATCH] D28924: [AST Printer] Print attributes on enum constants
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 19 16:15:13 PST 2017
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, though if you wanted to add one more test with a C++ attribute (deprecated would work in C++14 mode), that would not make me sad. Something like:
enum [[deprecated]] E {
One [[deprecated]]
};
Repository:
rL LLVM
https://reviews.llvm.org/D28924
More information about the cfe-commits
mailing list