summaryrefslogtreecommitdiff
path: root/test/SemaCXX/enum-bitfield.cpp
AgeCommit message (Expand)Author
2015-03-28A conversion from a scoped enumeration bitfield to an integral type is anRichard Smith
2014-07-16Improve error recovery around colon.Serge Pavlov
2014-07-14Revert "Improve error recovery around colon."Reid Kleckner
2014-07-14Improve error recovery around colon.Serge Pavlov
2012-02-04In C++11 mode, when an integral constant expression is desired and we have aRichard Smith
2012-01-15Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith
2011-12-22PR11614: Mark defaulted special constructors as constexpr if their implicitRichard Smith
2011-12-13Add checks and diagnostics for many of the cases which C++11 considers to notRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2010-12-01After parsing a ':' in an enum-specifier within class context,Douglas Gregor