summaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx0x-rvalue-reference.cpp
AgeCommit message (Expand)Author
2014-02-19PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, orRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-20Some minor tweaks and additional tests for rvalue referencesDouglas Gregor
2009-03-16Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl