aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/overload-call.cpp
AgeCommit message (Expand)Author
2009-11-06When we encounter a derived-to-base conversion when performing anDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-12In C++, set the type of each of the enumerators in an enumeration toDouglas Gregor
2008-11-26Test conversion from apointer to incomplete type to void* in C++Douglas Gregor
2008-10-29Simplify and correct the check for function redefinitions. This does two things:Douglas Gregor
2008-10-29Implement overloading rules for reference bindingDouglas Gregor
2008-10-29Tweak Sema::CheckReferenceInit so that it (optionally) computes an Douglas Gregor
2008-10-29Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor
2008-10-23Add support for conversions from a pointer-to-derived to aDouglas Gregor
2008-10-22Implement ranking of standard conversion sequences by their qualificationDouglas Gregor
2008-10-22Fix a thinko in the qualification-conversion check when the qualificaitons ar...Douglas Gregor
2008-10-21Preliminary support for function overloadingDouglas Gregor