]> granicus.if.org Git - clang/commit
Test for errors for returning a value from a ctor or dtor.
authorHans Wennborg <hans@hanshq.net>
Thu, 30 Jun 2011 15:48:23 +0000 (15:48 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 30 Jun 2011 15:48:23 +0000 (15:48 +0000)
commit62273f91b69f0f6586a00491751057c4173b893c
tree0a3309201475ef970eb4d87e493570984a4eee46
parentd3fc7296ae95353173bae25ee4dd3ecf4d6dced1
Test for errors for returning a value from a ctor or dtor.

This fell out when Chandler landed the patch in r134138.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134163 91177308-0d34-0410-b5e6-96231b3b80d8
test/Sema/return.cpp [new file with mode: 0644]