[PATCH] D33844: terminating continue check

2018-03-22 Thread Daniel Kolozsvari via Phabricator via cfe-commits
koldaniel added a comment. In https://reviews.llvm.org/D33844#798900, @alexfh wrote: > Please don't forget to add cfe-commits to `Subscribers:` when initially > sending the patch for review. Otherwise nobody on the list will see it. > > Could you run the check on LLVM+Clang and post a summary of

[PATCH] D33844: terminating continue check

2017-07-05 Thread Alexander Kornienko via Phabricator via cfe-commits
alexfh added a comment. Please don't forget to add cfe-commits to `Subscribers:` when initially sending the patch for review. Otherwise nobody on the list will see it. Could you run the check on LLVM+Clang and post a summary of your findings here? https://reviews.llvm.org/D33844 ___