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