summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/overloadable.c
AgeCommit message (Expand)Author
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-08-10Default implicit function pointer conversions diagnostic to be an errorAaron Ballman
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2018-02-23Bring r325915 back.Rafael Espindola
2016-09-07Move CHECK right before the function it describes.George Burgess IV
2016-09-07[Sema] Compare bad conversions in overload resolution.George Burgess IV
2016-09-02[Sema] Relax overloading restrictions in C.George Burgess IV
2016-03-23[Sema] Allow implicit conversions of &overloaded_fn in C.George Burgess IV
2015-08-07AST: Implement mangling support for function types without a prototype.Peter Collingbourne
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-13Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg
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-13Add mangling for variadic functions and conversion functionsDouglas Gregor
2009-02-13Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor