summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/member-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* When we're synthesizing copy/move-assignment, we can't form a reference to anEli Friedman2013-06-071-0/+11
* PR14838: When a member reference is bound to a temporary, don't forget toRichard Smith2013-01-081-0/+16
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-271-1/+1
* Recover properly if a class member declaration starts with a scope specifierRichard Smith2012-05-091-1/+1
* Fix crash-on-invalid for 'operator int[]()' in C++11.David Blaikie2012-02-141-0/+3
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* When parsing a function-try-block that does not have aDouglas Gregor2011-09-071-0/+18
* Don't assert on initialized typedef declarations in classes:Richard Smith2011-06-121-0/+4
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-0/+50
OpenPOWER on IntegriCloud