summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/overload-call.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Record some basic information about bad conversion sequences. Use thatJohn McCall2010-01-131-2/+8
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Reorganize some of the code to note overload candidates. Improves theJohn McCall2010-01-121-0/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't assume that all conversions to a void pointer are convertingDouglas Gregor2009-12-131-0/+10
* First pass at implementing C++ enum semantics: calculate (and store) anJohn McCall2009-12-091-1/+1
* When we encounter a derived-to-base conversion when performing anDouglas Gregor2009-11-061-0/+13
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* In C++, set the type of each of the enumerators in an enumeration toDouglas Gregor2008-12-121-3/+3
* Test conversion from apointer to incomplete type to void* in C++Douglas Gregor2008-11-261-1/+4
* Simplify and correct the check for function redefinitions. This does two things:Douglas Gregor2008-10-291-2/+2
* Implement overloading rules for reference bindingDouglas Gregor2008-10-291-0/+22
* Tweak Sema::CheckReferenceInit so that it (optionally) computes an Douglas Gregor2008-10-291-0/+28
* Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor2008-10-291-0/+11
* Add support for conversions from a pointer-to-derived to aDouglas Gregor2008-10-231-0/+29
* Implement ranking of standard conversion sequences by their qualificationDouglas Gregor2008-10-221-1/+22
* Fix a thinko in the qualification-conversion check when the qualificaitons ar...Douglas Gregor2008-10-221-0/+29
* Preliminary support for function overloadingDouglas Gregor2008-10-211-0/+137
OpenPOWER on IntegriCloud