summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/overloadable.c
Commit message (Expand)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-3/+3
* Move CHECK right before the function it describes.George Burgess IV2016-09-071-1/+1
* [Sema] Compare bad conversions in overload resolution.George Burgess IV2016-09-071-0/+20
* [Sema] Relax overloading restrictions in C.George Burgess IV2016-09-021-0/+15
* [Sema] Allow implicit conversions of &overloaded_fn in C.George Burgess IV2016-03-231-0/+30
* AST: Implement mangling support for function types without a prototype.Peter Collingbourne2015-08-071-0/+3
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+3
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-1/+1
* 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
* Add mangling for variadic functions and conversion functionsDouglas Gregor2009-02-131-0/+2
* Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor2009-02-131-0/+24