[clang-tools-extra] Feature/labmda uaf (PR #145307)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 23 07:30:15 PDT 2025
================
@@ -124,6 +124,11 @@ New checks
pointer and store it as class members without handle the copy and move
constructors and the assignments.
+- New :doc:`bugprone-taxi-async-use-after-free
+ <clang-tidy/checks/bugprone/taxi-async-use-after-free>` check.
+
+ Use-after-free for engine::Async.
----------------
EugeneZelenko wrote:
Please make it more human-readable.
https://github.com/llvm/llvm-project/pull/145307
More information about the cfe-commits
mailing list