jordan_rose added a comment.
Thanks, Aaron!
================
Comment at: test/SemaCXX/warn-global-constructors.cpp:130
+
+namespace HasUnnamedBitfield {
+ struct HasUnnamedBitfield {
----------------
aaron.ballman wrote:
> Does this namespace require a name? If so, can it be named different than the
> struct declared within it?
I'm just trying to keep from having my test cases collide with the rest of the
file and any future additions. I'll change it. (There's no PR or Radar for this
at the moment; I just came across it while working on something else.)
Repository:
rL LLVM
https://reviews.llvm.org/D39035
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits