[clang-tools-extra] [clang-tidy] ignore consteval function in `ExceptionAnalyzer` (PR #116643)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 20 13:39:59 PST 2024


================
@@ -162,6 +162,10 @@ Changes in existing checks
   <clang-tidy/checks/bugprone/dangling-handle>` check to treat `std::span` as a
   handle class.
 
+- Improved :doc:`bugprone-exception-escape
+  <clang-tidy/checks/bugprone/exception-escape>` by fixing false positives
+  when consteval function with throw statements.
----------------
5chmidti wrote:

`when encountering a`

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


More information about the cfe-commits mailing list