aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-class.cpp
AgeCommit message (Expand)Author
2013-01-29Move -Wstatic-float-init fixit into a note & don't recover as if constexprDavid Blaikie
2013-01-29Don't fixit/recover from -Wstatic-float-init when it's not an error.David Blaikie
2013-01-25Sync 'in class initialization of static const double' extension up with GCC,Richard Smith
2012-02-25Bugfix: bogus warning -- "invalid use of non-static data member",DeLesley Hutchins
2011-12-29Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith
2011-12-19constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-30Suggest adding 'constexpr' if the GNU extension for in-class initializers for...Richard Smith
2011-09-29Mark the ExtWarn for in-class initialization of static const float members as...Richard Smith
2011-09-29In C++0x, static const volatile data members cannot be initialized in-class.Richard Smith