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

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 4 04:06:12 PDT 2018


JonasToth added a comment.

In https://reviews.llvm.org/D52880#1255031, @lebedev.ri wrote:

> Needs a test.


How shall i test it? It feels that this condition should have been there from the beginning on, as the check only makes sense in c++ and with exceptions.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52880





More information about the cfe-commits mailing list