[PATCH] D41050: Fix over-release of return value of lambda implicitly converted to block/function pointer
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 13 21:44:03 PST 2017
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
Heh, alright, that works. It's unfortunate that -disable-llvm-passes doesn't suppress running the pass under -O0; that seems like an oversight.
Anyway, LGTM.
Repository:
rC Clang
https://reviews.llvm.org/D41050
More information about the cfe-commits
mailing list