summaryrefslogtreecommitdiff
path: root/test/SemaCXX/rval-references-examples.cpp
AgeCommit message (Expand)Author
2013-12-18Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-01-21Add a test for "perfect" forwardingDouglas Gregor
2011-01-21Implement the preference for move-construction over copy-constructionDouglas Gregor
2011-01-21Add unique_ptr example to test the use of rvalue references. I'll growDouglas Gregor