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