summaryrefslogtreecommitdiffstats
path: root/test/CXX/over
Commit message (Expand)AuthorAgeFilesLines
* Implement the restriction that a function with a ref-qualifier cannotDouglas Gregor2011-01-261-4/+7
* Rvalue references for *this: explicitly keep track of whether aDouglas Gregor2011-01-261-0/+5
* Rvalue references for *this: implement the implicit conversion rulesDouglas Gregor2011-01-261-0/+65
* Rvalue references for *this: allow functions to be overloaded based onDouglas Gregor2011-01-261-0/+21
* Reinstate r124236 (tweaking the rvalue-reference overload resolutionDouglas Gregor2011-01-261-3/+3
* Speculatively revert r124236Douglas Gregor2011-01-251-3/+3
* Speculatively implement a tweak to the C++0x overload resolution rulesDouglas Gregor2011-01-251-3/+3
* Fix the ranking of reference bindings during overload resolutionDouglas Gregor2011-01-251-1/+25
* Add test for overload resolution's preference for binding an rvalueDouglas Gregor2011-01-211-0/+35
* Implement C++0x [temp.func.order]p3 (aka DR532) properly. InDouglas Gregor2010-11-151-16/+0
* Implement C++ [over.match.funcs]p4 as it concerns partial ordering ofDouglas Gregor2010-11-121-0/+16
* Properly diagnose invalid casts to function references. Patch byDouglas Gregor2010-11-082-4/+2
* Add builtin conditional operator candidates for scoped enumerationDouglas Gregor2010-10-151-0/+15
* Implement the "note" in C++ [over.built]p1, which is actually meant toDouglas Gregor2010-09-121-0/+16
* Implement C++ [over.ics.user]p3, which restricts the final conversionDouglas Gregor2010-04-121-0/+14
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-192-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-154-4/+4
* Update for LLVM API change.Owen Anderson2009-07-271-1/+1
* Fix test case to match intent.Daniel Dunbar2009-07-111-1/+1
* Another little test for C++ [over.over]Douglas Gregor2009-07-091-0/+10
* Add test for C++ [over.over.]p1, the contexts in which one can take the addre...Douglas Gregor2009-07-091-0/+94
* Implement the simple form of overload resolution used when taking theDouglas Gregor2009-07-081-0/+23
* Overload resolution prefers non-templates to templatesDouglas Gregor2009-07-071-0/+16