[clang] [SSAF][NFC] Rename operator new/delete pointers analysis to TypeConstrainedPointers (PR #208577)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 12 05:22:37 PDT 2026
================
@@ -8,7 +8,7 @@ add_clang_library(clangScalableStaticAnalysisAnalyses
CallGraph/CallGraphJSONFormat.cpp
EntityPointerLevel/EntityPointerLevel.cpp
EntityPointerLevel/EntityPointerLevelFormat.cpp
- OperatorNewDelete/OperatorNewDeletePointers.cpp
+ TypeConstrainedPointers/TypeConstrainedPointers.cpp
----------------
steakhal wrote:
Is this still sorted?
https://github.com/llvm/llvm-project/pull/208577
More information about the cfe-commits
mailing list