summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/c-linkage.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR27549: fix bug that resulted in us giving a translation-unit-scope variable aRichard Smith2016-04-291-2/+2
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-2/+2
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* Remove the hack that avoided mangling static functions in extern C contexts.Rafael Espindola2013-02-231-3/+5
* Mangle extern "C" functions whose names are not simple identifiers.Rafael Espindola2013-02-141-0/+7
* Partially revert r175117 so that we don't break assumptions about howRafael Espindola2013-02-141-5/+3
* Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fixRafael Espindola2013-02-141-0/+13
* Fixes a code gen. bug by removing an assert.Fariborz Jahanian2010-04-201-0/+13