summaryrefslogtreecommitdiff
path: root/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-var.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Improved diagnostic for qualifiers in reference bindingAnastasia Stulova2019-06-211-6/+6
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-0/+5
* Fix typo from r237482. "to reference of type" --> "to reference to type"Richard Trieu2015-05-161-5/+5
* When emitting a dropped qualifier error, show which qualifiers are dropped.Richard Trieu2015-05-161-7/+7
* Reverse the order of types in the reference dropping qualifiers error.Richard Trieu2015-05-151-5/+5
* In Sema's TryRefInitWithConversionFunction, suppress user conversions for the...Argyrios Kyrtzidis2010-10-051-1/+1
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-8/+8
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-14/+14
* Fix reference-binding when we have a reference to const volatile type;Douglas Gregor2010-01-291-0/+6
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-2/+2
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-2/+2
* 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-0/+129
* Remove empty test casesDouglas Gregor2009-12-071-0/+0
* PointerUnion == PointerUnion does not do what I thought it did. Also, fix a t...Douglas Gregor2009-12-061-0/+0