summaryrefslogtreecommitdiff
path: root/test/Parser/cxx-reference.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-101-1/+6
* PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, orRichard Smith2014-02-191-1/+1
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-121-1/+1
* Downgrade the error about rvalue references to an extension warningDouglas Gregor2011-01-251-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Recognize rvalue references in C++03, but complain about them. This leads to ...Sebastian Redl2009-03-231-0/+2
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-161-6/+1
* Parser support for rvalue references.Sebastian Redl2009-03-151-1/+6
* Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor2008-10-291-3/+5
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-1/+1
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+17