summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/function-extern-c.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tweak warning text for returning incomplete type from extern "C" functions.Hans Wennborg2012-07-241-0/+2
| | | | | | | | | | A warning was added in r150128 for returning non-C compatible user-defined types from functions with C linkage. This makes the text more clear for the case when the type isn't decidedly non-C compatible, but incomplete. llvm-svn: 160681
* Adding support for warning when a non-C compatible user-defined type is ↵Aaron Ballman2012-02-091-0/+38
returned from an extern "C" function. Fixes bug 6143 llvm-svn: 150128
OpenPOWER on IntegriCloud