[PATCH] D25308: [Sema] Ignore transparent_union attributes in C++
Alex Lorenz via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 11 03:33:47 PDT 2016
arphaman added a comment.
Thanks!
================
Comment at: include/clang/Basic/Attr.td:1545
// let Subjects = SubjectList<[Record, TypedefName]>;
let Documentation = [Undocumented];
+ let LangOpts = [COnly];
----------------
aaron.ballman wrote:
> If you, or anyone else, is bored, it would be nice to document this attribute now that we're touching it. (I am not signing you up for work as part of this patch, just prodding in case you wanted to do it.)
That's a good idea, the lack of documentation stood out to me as well. I'll try to find some time this week for it.
Repository:
rL LLVM
https://reviews.llvm.org/D25308
More information about the cfe-commits
mailing list