summaryrefslogtreecommitdiff
path: root/test/SemaCXX/addr-of-overloaded-function.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Basic] Extend DiagnosticEngine to store and format Qualifiers.Anastasia Stulova2019-01-041-7/+7
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-111-1/+6
* [Sema] Don't emit multiple diags for one errorGeorge Burgess IV2015-10-121-7/+3
* TypePrinter print __restrict if not in C99 modeJacques Pienaar2015-03-031-4/+4
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-10/+10
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-10/+10
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-131-8/+8
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-8/+8
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-2/+2
* Fix crash typo-correcting dependent member func.Eli Friedman2013-07-081-0/+4
* Provide suggested no-arg calls for overloaded member functions missing callsDavid Blaikie2013-06-211-1/+27
* Bound member function diagnostic - suggest no-args calls and note overload ca...David Blaikie2013-06-041-3/+4
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-5/+7
* Make the diagnostic message more consistant. Update the type comparison toRichard Trieu2011-12-131-1/+1
* Add feature to diagnostics that will provide more information on functionRichard Trieu2011-11-231-0/+61
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-171-2/+1
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-3/+4
* Handle the resolution of a reference to a function template (whichDouglas Gregor2011-02-191-3/+3
* When attempting reference binding to an overloaded function, alsoDouglas Gregor2010-11-081-0/+29
* Properly diagnose invalid casts to function references. Patch byDouglas Gregor2010-11-081-6/+6
* When performing template argument deduction of a function templateDouglas Gregor2010-09-291-0/+12
* Don't assert when attempting to take the address of an overloadedDouglas Gregor2010-09-121-0/+8
* PR7971: Compute the correct type for an address-of expression containing anEli Friedman2010-08-241-0/+10
* Use the naming class from the overloaded lookup when access-checking anJohn McCall2010-04-221-0/+16
* Always diagnose and complain about problems inDouglas Gregor2010-04-141-0/+16
* Switch file-scope assignment initialization over to InitializationSequence.Eli Friedman2009-12-221-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Handle MemberExprs in ResolveAddressOfOverloadedFunction.Anders Carlsson2009-10-071-0/+10
* Slightly improve the test for partial ordering of overloaded functionDouglas Gregor2009-09-141-3/+5
* Test function template partial ordering when resolving the address ofDouglas Gregor2009-09-141-0/+15
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Basic support for taking the address of an overloaded functionDouglas Gregor2008-11-101-0/+29