[clang-tools-extra] [clang-tidy] `bugprone-exception-escape` didn't detech catching of an exception with pointer type by `void *` exception handler (PR #99773)
Hana Dusíková via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 21 08:07:09 PDT 2024
================
@@ -518,6 +518,10 @@ Changes in existing checks
usages of ``std::string_view::compare``. Added a `StringLikeClasses` option
to detect usages of ``compare`` method in custom string-like classes.
+- Improved :doc:`exception-escape <clang-tidy/checks/bugprone/exception-escape>`
----------------
hanickadot wrote:
Oh, silly me. I'm used to add release notes to clang where they are added at the end of release notes. Will fix.
https://github.com/llvm/llvm-project/pull/99773
More information about the cfe-commits
mailing list