Aaron Ballman
|
33e90d160b
|
Implement DR2229, which prohibits unnamed bit-fields from having qualifiers in C++.
llvm-svn: 327781
|
2018-03-17 21:08:40 +00:00 |
|
Richard Smith
|
9ca5c42582
|
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
-std=c++0x. Patch by Ahmed Charles!
llvm-svn: 141900
|
2011-10-13 22:29:44 +00:00 |
|
Douglas Gregor
|
556e5860f9
|
Per C++ [class.bit]p2, unnamed bit-fields are not members. Fixes PR10289.
llvm-svn: 141549
|
2011-10-10 17:22:13 +00:00 |
|