Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement DR2229, which prohibits unnamed bit-fields from having qualifiers ↵ | Aaron Ballman | 2018-03-17 | 1 | -1/+1 |
| | | | | | | in C++. llvm-svn: 327781 | ||||
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | Per C++ [class.bit]p2, unnamed bit-fields are not members. Fixes PR10289. | Douglas Gregor | 2011-10-10 | 1 | -0/+22 |
llvm-svn: 141549 |