aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/dcl.decl/dcl.init/dcl.init.ref
AgeCommit message (Expand)Author
2013-05-06Grab-bag of bit-field fixes:John McCall
2013-04-11Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose
2013-03-26<rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...Douglas Gregor
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-06-19Improve the error message when a function overload candidate is rejectedKaelyn Uhrain
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-10-18Switch to the C++11 warning flags in tests. David Blaikie
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-04Don't allow an rvalue reference to bind to the result of a calling aDouglas Gregor
2011-08-15Teach reference initialization from the result of a user-definedDouglas Gregor
2011-01-24Re-instate r123977/r123978, my updates of the reference-bindingDouglas Gregor
2011-01-22revert r123977 and r123978 to fix PR9026.Rafael Espindola
2011-01-21Update the reference-binding implementation used for overloadDouglas Gregor
2011-01-21Add more reference-binding examples from the C++0x working paper, all of whic...Douglas Gregor
2011-01-21More work to bring reference binding up to the latest C++0xDouglas Gregor
2011-01-21When performing reference binding via a conversion function, performDouglas Gregor
2011-01-20More tests for reference binding in the presence of rvalueDouglas Gregor
2011-01-20Start refactoring reference binding to more closely match the C++0xDouglas Gregor
2011-01-20Add some tests for reference-collapsing and referencing bindingDouglas Gregor
2010-11-18Calculate the value kind of an expression when it's created andJohn McCall
2010-11-12When performing initialization of a copy of a temporary object, useDouglas Gregor
2010-10-05In Sema's TryRefInitWithConversionFunction, suppress user conversions for the...Argyrios Kyrtzidis
2010-09-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-06-07PR7245: Make binding a reference to a temporary without a usable copyJeffrey Yasskin
2010-06-02There is no dcl.init.ref p16. This test deals with p5.Jeffrey Yasskin
2010-04-24Actually produce base paths for CastExprs of kind CK_DerivedToBase.Anders Carlsson
2010-04-18When checking the copy constructor for the optional copy during aDouglas Gregor
2010-04-18In C++98/03, when binding a reference to an rvalue ofDouglas Gregor
2010-04-13During referencing binding, only consider conversion functions forDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-26Commit Eli's fix for implicit conversions to array type. Fixes PR6264.Douglas Gregor
2010-01-29PR5909 had a test case for binding of const, non-volatile referencesDouglas Gregor
2010-01-29Fix reference-binding when we have a reference to const volatile type;Douglas Gregor
2010-01-13Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-19A CXXExprWithTemporaries expression is an lvalue if its subexpressionDouglas Gregor
2009-12-18Switch the initialization required by return statements over to theDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-09Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor
2009-12-07Remove empty test casesDouglas Gregor
2009-12-06PointerUnion == PointerUnion does not do what I thought it did. Also, fix a t...Douglas Gregor