aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx0x-member-initializers.cpp
AgeCommit message (Expand)Author
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-30Fix a bug in the token caching for inline constructors in C++11, and improve ...Sebastian Redl
2011-06-11Implement support for C++11 in-class initialization of non-static data members.Richard Smith