[PATCH] D52880: [clang-tidy] fix PR39167, bugprone-exception-escape hangs-up

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 4 07:52:56 PDT 2018


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D52880#1255249, @alexfh wrote:

> Have you figured out why exactly does the check hang? Disabling it for -fno-exceptions may just hide a logical problem in the check.


(disabling it for these cases seems to be the right thing to do anyways, but it might be nice to use the opportunity to investigate the possible issue deeper)


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52880





More information about the cfe-commits mailing list