[PATCH] D124845: StaticAnalyzer should inline overridden delete operator the same way as overridden new operator
Tomasz KamiĆski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 9 06:48:14 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1ec1cdcfb49a: [analyzer] Inline operator delete when MayInlineCXXAllocator is set. (authored by frederic-tingaud-sonarsource, committed by tomasz-kaminski-sonarsource).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124845/new/
https://reviews.llvm.org/D124845
Files:
clang/include/clang/Analysis/ConstructionContext.h
clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
clang/lib/StaticAnalyzer/Core/CallEvent.cpp
clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
clang/test/Analysis/cxxnewexpr-callback-inline.cpp
clang/test/Analysis/cxxnewexpr-callback-noinline.cpp
clang/test/Analysis/cxxnewexpr-callback.cpp
clang/test/Analysis/dtor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124845.428067.patch
Type: text/x-patch
Size: 8900 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220509/f7bc33a6/attachment-0001.bin>
More information about the cfe-commits
mailing list