summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOverload.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash bug when comparing overload quality of conversion operators with ...Sebastian Redl2009-04-161-1/+1
* Reintroduce r67870 (rval ref overloading), since I can't reproduce any test f...Sebastian Redl2009-03-291-0/+4
* Revert Sebastian's rvalue patch (r67870) since it caused test failures inAnders Carlsson2009-03-281-4/+0
* Better overload resolution for rvalue references.Sebastian Redl2009-03-271-0/+4
* Introduce _Complex conversions into the function overloadingDouglas Gregor2009-02-121-0/+3
* Initial implementation of function overloading in C.Douglas Gregor2009-02-111-15/+16
* Add support for calls to overloaded member functions. Things to note:Douglas Gregor2008-12-221-0/+9
* Allow downcasts of pointers to Objective-C interfaces, with aDouglas Gregor2008-12-191-0/+4
* Implement the rest of C++ [over.call.object], which permits the objectDouglas Gregor2008-11-191-2/+13
* Implement support for operator overloading using candidate operatorDouglas Gregor2008-11-121-2/+10
* Initial, partially-baked support for implicit user-defined conversions by con...Douglas Gregor2008-11-071-0/+6
* Standard conversion sequences now have a CopyConstructor field, toDouglas Gregor2008-11-031-0/+8
* Implement basic support for converting constructors in user-defined Douglas Gregor2008-10-311-0/+1
* Implement overloading rules for reference bindingDouglas Gregor2008-10-291-11/+9
* Tweak Sema::CheckReferenceInit so that it (optionally) computes an Douglas Gregor2008-10-291-4/+15
* Add support for conversions from a pointer-to-derived to aDouglas Gregor2008-10-231-4/+4
* Implement ranking of standard conversion sequences by their qualificationDouglas Gregor2008-10-221-3/+3
* Preliminary support for function overloadingDouglas Gregor2008-10-211-0/+199
OpenPOWER on IntegriCloud