summaryrefslogtreecommitdiff
path: root/test/SemaCXX/enum-bitfield.cpp
Commit message (Expand)AuthorAgeFilesLines
* A conversion from a scoped enumeration bitfield to an integral type is anRichard Smith2015-03-281-0/+8
* Improve error recovery around colon.Serge Pavlov2014-07-161-0/+12
* Revert "Improve error recovery around colon."Reid Kleckner2014-07-141-12/+0
* Improve error recovery around colon.Serge Pavlov2014-07-141-0/+12
* In C++11 mode, when an integral constant expression is desired and we have aRichard Smith2012-02-041-1/+1
* Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith2012-01-151-1/+1
* PR11614: Mark defaulted special constructors as constexpr if their implicitRichard Smith2011-12-221-2/+2
* Add checks and diagnostics for many of the cases which C++11 considers to notRichard Smith2011-12-131-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* After parsing a ':' in an enum-specifier within class context,Douglas Gregor2010-12-011-0/+18