[clang] [analyzer] MallocChecker – Fix false positive leak for smart pointers in temporary objects (PR #152751)
Ivan Murashko via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 9 13:52:19 PDT 2025
================
@@ -52,6 +52,7 @@
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
+
----------------
ivanmurashko wrote:
Applied
https://github.com/llvm/llvm-project/pull/152751
More information about the cfe-commits
mailing list