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