[PATCH] D53187: [clang-tidy] Optimize query in bugprone-exception-escape

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 12 06:42:55 PDT 2018


JonasToth added a comment.

> Thousands? After the query optimization the max was 173, and that only for a single function. The next number was 64.

See https://bugs.llvm.org/attachment.cgi?id=20963
I did not run again with your patch. But even 173 and 64 seem like a lot and might be worth optimizing.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53187





More information about the cfe-commits mailing list