summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/cxx0x-class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: bogus warning -- "invalid use of non-static data member",DeLesley Hutchins2012-02-251-0/+11
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-2/+2
* constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith2011-12-191-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Suggest adding 'constexpr' if the GNU extension for in-class initializers for...Richard Smith2011-09-301-2/+2
* Mark the ExtWarn for in-class initialization of static const float members as...Richard Smith2011-09-291-2/+2
* In C++0x, static const volatile data members cannot be initialized in-class.Richard Smith2011-09-291-0/+28