aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/addr-of-overloaded-function.cpp
AgeCommit message (Expand)Author
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-12-13Make the diagnostic message more consistant. Update the type comparison toRichard Trieu
2011-11-23Add feature to diagnostics that will provide more information on functionRichard Trieu
2011-10-17Teach the ARC compiler to not require __bridge casts whenJohn McCall
2011-04-26Make yet another placeholder type, this one marking that an expression is a b...John McCall
2011-02-19Handle the resolution of a reference to a function template (whichDouglas Gregor
2010-11-08When attempting reference binding to an overloaded function, alsoDouglas Gregor
2010-11-08Properly diagnose invalid casts to function references. Patch byDouglas Gregor
2010-09-29When performing template argument deduction of a function templateDouglas Gregor
2010-09-12Don't assert when attempting to take the address of an overloadedDouglas Gregor
2010-08-24PR7971: Compute the correct type for an address-of expression containing anEli Friedman
2010-04-22Use the naming class from the overloaded lookup when access-checking anJohn McCall
2010-04-14Always diagnose and complain about problems inDouglas Gregor
2009-12-22Switch file-scope assignment initialization over to InitializationSequence.Eli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-07Handle MemberExprs in ResolveAddressOfOverloadedFunction.Anders Carlsson
2009-09-14Slightly improve the test for partial ordering of overloaded functionDouglas Gregor
2009-09-14Test function template partial ordering when resolving the address ofDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-10Basic support for taking the address of an overloaded functionDouglas Gregor