[PATCH] D28924: [AST Printer] Print attributes on enum constants
Jordan Rose via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 19 17:25:47 PST 2017
jordan_rose added a comment.
Interestingly, this case doesn't actually work yet; we unconditionally print enum attributes after the close-brace even though that's not valid for C++ attributes. Do you think I should change that as well, or just land this patch as is?
Repository:
rL LLVM
https://reviews.llvm.org/D28924
More information about the cfe-commits
mailing list