aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/function-extern-c.cpp
AgeCommit message (Expand)Author
2013-03-14Diagnose about extern "C" functions returning c++ objectsFariborz Jahanian
2013-02-14Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fixRafael Espindola
2012-12-30Use hasCLanguageLinkage when warning about non C return types.Rafael Espindola
2012-07-24Tweak warning text for returning incomplete type from extern "C" functions.Hans Wennborg
2012-02-09Adding support for warning when a non-C compatible user-defined type is retur...Aaron Ballman