[clang-tools-extra] [clang-tidy] Improve `bugprone-exception-escape`: add stacktrace of escaped exception (PR #134375)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 16 13:34:35 PDT 2025


vbvictor wrote:

Added handling of unknown exceptions, now we diag on place where `throw(int) `is written.
Most of the comments in https://reviews.llvm.org/D153298 are covered in my PR.

https://github.com/llvm/llvm-project/pull/134375


More information about the cfe-commits mailing list