summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/overloadable.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Deduplicate some availability checking logicErik Pilkington2019-03-201-6/+5
* [Sema] Allow unmarked overloadable functions.George Burgess IV2017-06-271-9/+91
* [test] Make absolute line numbers relative; NFCGeorge Burgess IV2017-06-211-10/+10
* [Sema] Make typeof(OverloadedFunctionName) not a pointer.George Burgess IV2017-05-091-0/+15
* [Sema] Relax overloading restrictions in C.George Burgess IV2016-09-021-1/+30
* [Sema] Create a separate group for incompatible function pointer warningBruno Cardoso Lopes2016-07-181-1/+1
* [Sema] Allow implicit conversions of &overloaded_fn in C.George Burgess IV2016-03-231-1/+24
* [Sema] Allow C conversions in C overload logicGeorge Burgess IV2015-10-111-0/+14
* Replacing a custom diagnostic with a more standard one. No functional change ...Aaron Ballman2013-11-261-1/+1
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-231-2/+2
* Correcting the NSObject and Overloadable attribute diagnostics so that the co...Aaron Ballman2013-07-231-0/+1
* Reinstate r185229, reverted in r185256, with a tweak: further ignore theRichard Smith2013-06-301-0/+15
* Revert r185229 as it breaks compilation of <windows.h>Timur Iskhodzhanov2013-06-291-15/+0
* PR7927, PR16247: Reimplement handling of matching extern "C" declarationsRichard Smith2013-06-281-0/+15
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Make sure that we diagnose attribute((overloadable)) functions withoutDouglas Gregor2010-08-061-1/+10
* Check compatibility of vector types using their canonicalizations.John McCall2010-03-121-1/+10
* Change the printing of OR_Deleted overload results to print all the candidates,John McCall2010-01-081-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Downgrade complaints about calling unavailable functions to a warningDouglas Gregor2009-02-181-2/+2
* Allow "overloadable" functions in C to be declared as variadic withoutDouglas Gregor2009-02-181-0/+3
* Don't allow calls to functions marked "unavailable". There's more workDouglas Gregor2009-02-181-0/+10
* Proof that attribute __overloadable__ works as well as overloadableDouglas Gregor2009-02-171-1/+1
* Tighten checking of the "overloadable" attribute. If any function by aDouglas Gregor2009-02-131-2/+5
* Add missing test for the "overloadable" attributeDouglas Gregor2009-02-121-0/+37
OpenPOWER on IntegriCloud