Allow block returns in C++ with the form
return <expression> ; in blocks with a 'void' result type, so long as <expression> has type 'void'. This follows the rules for C++ functions. llvm-svn: 132658
Loading
Please register or sign in to comment