Re: [PATCH] D12551: Fix use-auto-check.

2015-09-02 Thread Alexander Kornienko via cfe-commits
alexfh accepted this revision. alexfh added a comment. This revision is now accepted and ready to land. Looks good. Thank you! http://reviews.llvm.org/D12551 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailm

[PATCH] D12551: Fix use-auto-check.

2015-09-02 Thread Angel Garcia via cfe-commits
angelgarcia created this revision. angelgarcia added a reviewer: alexfh. angelgarcia added subscribers: klimek, cfe-commits. Fix a bug where use-auto check would crash when the definition of a type is in the same statement than its instantiation with new. http://reviews.llvm.org/D12551 Files: