aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/overloadable.c
AgeCommit message (Expand)Author
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