summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/c-linkage.cpp
AgeCommit message (Expand)Author
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2016-04-29PR27549: fix bug that resulted in us giving a translation-unit-scope variable aRichard Smith
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-12-12Switch to the new MingW ABI.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-02-23Remove the hack that avoided mangling static functions in extern C contexts.Rafael Espindola
2013-02-14Mangle extern "C" functions whose names are not simple identifiers.Rafael Espindola
2013-02-14Partially revert r175117 so that we don't break assumptions about howRafael Espindola
2013-02-14Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fixRafael Espindola
2010-04-20Fixes a code gen. bug by removing an assert.Fariborz Jahanian