[PATCH] D47096: CodeGen: block capture shouldn't ICE
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 18 21:23:36 PDT 2018
jfb added a comment.
In https://reviews.llvm.org/D47096#1105492, @rjmccall wrote:
> Test case should go in test/CodeGenCXX. Also, there already is a `blocks.cpp` there.
I moved it, but didn't merge with the existing block.cpp because it just checks for not crashing. I'd rather make sure that the checks don't inadvertently pick up the wrong test.
Repository:
rC Clang
https://reviews.llvm.org/D47096
More information about the cfe-commits
mailing list