aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx-reference.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-10[Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li1-1/+6
2014-02-19PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, orRichard Smith1-1/+1
2011-10-12Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor1-1/+1
2011-01-25Downgrade the error about rvalue references to an extension warningDouglas Gregor1-1/+1
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-03-23Recognize rvalue references in C++03, but complain about them. This leads to ...Sebastian Redl1-0/+2
2009-03-16Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl1-6/+1
2009-03-15Parser support for rvalue references.Sebastian Redl1-1/+6
2008-10-29Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor1-3/+5
2007-10-11rename -parse-ast-print to -ast-printChris Lattner1-1/+1
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek1-1/+1
2007-06-29Submitted by: Bill WendlingBill Wendling1-2/+1
2007-06-27Submitted by: Bill WendlingBill Wendling1-7/+6
2007-06-08this testcase has errors, we expect clang to reject itChris Lattner1-1/+1
2007-06-03Add const/volatile badnessBill Wendling1-1/+14
2007-05-27Bug #:Bill Wendling1-0/+6