[all-commits] [llvm/llvm-project] 3b652f: [analyzer] Fix static code analysis concerns
smanna12 via All-commits
all-commits at lists.llvm.org
Fri Oct 7 07:59:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b652fc6d6447aae91c9e8c35815eed19245757d
https://github.com/llvm/llvm-project/commit/3b652fc6d6447aae91c9e8c35815eed19245757d
Author: Soumi Manna <soumi.manna at intel.com>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
Log Message:
-----------
[analyzer] Fix static code analysis concerns
ProcessMemberDtor(), ProcessDeleteDtor(), and ProcessAutomaticObjDtor():
Fix static analyzer warnings with suspicious dereference of pointer
'Pred' in function call before NULL checks - NFCI
Differential Revision: https://reviews.llvm.org/D135290
More information about the All-commits
mailing list