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