summaryrefslogtreecommitdiff
path: root/test/Sema/overloadable.c
AgeCommit message (Expand)Author
2017-06-27[Sema] Allow unmarked overloadable functions.George Burgess IV
2017-06-21[test] Make absolute line numbers relative; NFCGeorge Burgess IV
2017-05-09[Sema] Make typeof(OverloadedFunctionName) not a pointer.George Burgess IV
2016-09-02[Sema] Relax overloading restrictions in C.George Burgess IV
2016-07-18[Sema] Create a separate group for incompatible function pointer warningBruno Cardoso Lopes
2016-03-23[Sema] Allow implicit conversions of &overloaded_fn in C.George Burgess IV
2015-10-11[Sema] Allow C conversions in C overload logicGeorge Burgess IV
2013-11-26Replacing a custom diagnostic with a more standard one. No functional change ...Aaron Ballman
2013-07-23Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman
2013-07-23Correcting the NSObject and Overloadable attribute diagnostics so that the co...Aaron Ballman
2013-06-30Reinstate r185229, reverted in r185256, with a tweak: further ignore theRichard Smith
2013-06-29Revert r185229 as it breaks compilation of <windows.h>Timur Iskhodzhanov
2013-06-28PR7927, PR16247: Reimplement handling of matching extern "C" declarationsRichard Smith
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2010-08-06Make sure that we diagnose attribute((overloadable)) functions withoutDouglas Gregor
2010-03-12Check compatibility of vector types using their canonicalizations.John McCall
2010-01-08Change the printing of OR_Deleted overload results to print all the candidates,John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-18Downgrade complaints about calling unavailable functions to a warningDouglas Gregor
2009-02-18Allow "overloadable" functions in C to be declared as variadic withoutDouglas Gregor
2009-02-18Don't allow calls to functions marked "unavailable". There's more workDouglas Gregor
2009-02-17Proof that attribute __overloadable__ works as well as overloadableDouglas Gregor
2009-02-13Tighten checking of the "overloadable" attribute. If any function by aDouglas Gregor
2009-02-12Add missing test for the "overloadable" attributeDouglas Gregor