summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Improved diagnostic for qualifiers in reference bindingAnastasia Stulova2019-06-211-2/+2
* Fix typo from r237482. "to reference of type" --> "to reference to type"Richard Trieu2015-05-161-1/+1
* When emitting a dropped qualifier error, show which qualifiers are dropped.Richard Trieu2015-05-161-1/+1
* Reverse the order of types in the reference dropping qualifiers error.Richard Trieu2015-05-151-1/+1
* Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose2013-04-111-0/+34
* <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...Douglas Gregor2013-03-261-0/+8
* Switch to the C++11 warning flags in tests. David Blaikie2011-10-181-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Don't allow an rvalue reference to bind to the result of a calling aDouglas Gregor2011-10-041-4/+19
* Teach reference initialization from the result of a user-definedDouglas Gregor2011-08-151-0/+15
* Re-instate r123977/r123978, my updates of the reference-bindingDouglas Gregor2011-01-241-1/+33
* revert r123977 and r123978 to fix PR9026.Rafael Espindola2011-01-221-33/+1
* Update the reference-binding implementation used for overloadDouglas Gregor2011-01-211-1/+33
* Add more reference-binding examples from the C++0x working paper, all of whic...Douglas Gregor2011-01-211-3/+28
* More work to bring reference binding up to the latest C++0xDouglas Gregor2011-01-211-1/+25
* When performing reference binding via a conversion function, performDouglas Gregor2011-01-211-4/+3
* More tests for reference binding in the presence of rvalueDouglas Gregor2011-01-201-0/+27
* Start refactoring reference binding to more closely match the C++0xDouglas Gregor2011-01-201-3/+22
* Add some tests for reference-collapsing and referencing bindingDouglas Gregor2011-01-201-0/+38
OpenPOWER on IntegriCloud