summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/references.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash-on-valid that has been here for a very long time:Chandler Carruth2011-08-221-0/+3
* Add another case to the whitelist of cast kinds that can convert to bool.John McCall2010-11-161-0/+4
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Teach ASTContext::getUnqualifiedArrayType() how to look throughDouglas Gregor2010-05-171-0/+15
* Warn about non-aggregate classes with no user-declared constructorsDouglas Gregor2010-04-151-2/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Diagnose binding a non-const reference to a vector element.Anders Carlsson2010-01-311-0/+13
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor2009-12-091-4/+4
* Make C++ temporary-related expressions provide proper source-range information.Douglas Gregor2009-09-231-0/+15
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-161-2/+2
* Removed the warningDouglas Gregor2008-12-171-3/+3
* Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner2008-11-231-1/+1
* Implement C++ DR 106 and C++ DR 540, both of which deal withDouglas Gregor2008-11-031-0/+12
* Temporary disable the const-object-declaration-without-initializer check, bec...Douglas Gregor2008-10-291-3/+0
* Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor2008-10-291-4/+56
* Move the C++ Sema tests into a separate SemaCXX directory.Argyrios Kyrtzidis2008-08-161-0/+28