aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/enum-bitfield.cpp
AgeCommit message (Expand)Author
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