Re: [PATCH] D12555: Fix loop-convert crash.

2015-09-02 Thread Manuel Klimek via cfe-commits
klimek accepted this revision. klimek added a reviewer: klimek. klimek added a comment. This revision is now accepted and ready to land. lg http://reviews.llvm.org/D12555 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/

[PATCH] D12555: Fix loop-convert crash.

2015-09-02 Thread Angel Garcia via cfe-commits
angelgarcia created this revision. angelgarcia added a reviewer: alexfh. angelgarcia added subscribers: klimek, cfe-commits. loop-convert no longer crashes when calling a member function using a member pointer which is a member of another record. http://reviews.llvm.org/D12555 Files: clang-ti