summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx0x-member-initializers.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Fix a bug in the token caching for inline constructors in C++11, and improve ↵Sebastian Redl2011-09-301-0/+14
| | | | | | error recovery in both dialects. This should fix the GCC test suite failures as well. llvm-svn: 140847
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-0/+15
llvm-svn: 132878
OpenPOWER on IntegriCloud