Re: [PATCH] D25308: [Sema] Ignore transparent_union attributes in C++

2016-10-10 Thread Hal Finkel via cfe-commits
- Original Message - > From: "Richard Smith" > To: reviews+d25308+public+96c9b20dd11b9...@reviews.llvm.org, "Hal > Finkel" > Cc: "Alex L" , "Reid Kleckner" , > "Aaron Ballman" , "cfe-commits" > > Sent:

Re: [PATCH] D25308: [Sema] Ignore transparent_union attributes in C++

2016-10-10 Thread Richard Smith via cfe-commits
On Mon, Oct 10, 2016 at 10:45 AM, Hal Finkel via cfe-commits < cfe-commits@lists.llvm.org> wrote: > hfinkel added a comment. > > In https://reviews.llvm.org/D25308#566176, @arphaman wrote: > > > The updated patch now makes clang warn every time it encounters this > attribute in C++ mode. Would tha