| commit | eaef89b197e640785a1fdb167725359248f77720 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Fri Mar 22 02:10:40 2013 +0000 |
| committer | John McCall <rjmccall@apple.com> | Fri Mar 22 02:10:40 2013 +0000 |
| tree | c6dd6faaae9e949ce59ae43d60c4a13c824540f5 | |
| parent | ce9a1341f2146d75767f950bbb23dd866690be38 [diff] |
Fix a crash-on-valid where a block capture copy expression was picking up cleanups from earlier in the statement. Also fix a crash-on-invalid where a reference to an invalid decl from an enclosing scope was causing an expression to fail to build, but only *after* a cleanup was registered from that statement, causing an assertion downstream. The crash-on-valid is rdar://13459289. llvm-svn: 177692