summaryrefslogtreecommitdiff
path: root/test/SemaCXX/decl-init-ref.cpp
Commit message (Expand)AuthorAge
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-13
* Re-instate r123977/r123978, my updates of the reference-bindingDouglas Gregor2011-01-24
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-05
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-05
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Fix PR number in test caseDouglas Gregor2010-02-09
* Be more careful when checking initializer lists that involve referenceDouglas Gregor2010-02-09
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-06
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-18
* In Sema::CheckInitializerTypes, replace a use of CheckReferenceInit with an I...Douglas Gregor2009-12-16
* 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
* If built-in operators could not be selected because of ambiguity inFariborz Jahanian2009-10-12
* Issue good diagnostics when initializing a refernce type withFariborz Jahanian2009-09-30
* This patch addresses a few issues related to 8.5.3 [dcl.init.ref]Fariborz Jahanian2009-09-23