[clang] [clang][analyzer] Bring cplusplus.ArrayDelete out of alpha (PR #83985)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 14 07:52:00 PDT 2024
================
@@ -220,11 +220,11 @@ CXXDeleteChecker::PtrCastVisitor::VisitNode(const ExplodedNode *N,
/*addPosRange=*/true);
}
-void ento::registerCXXArrayDeleteChecker(CheckerManager &mgr) {
+void ento::registerArrayDeleteChecker(CheckerManager &mgr) {
----------------
whisperity wrote:
Why was the `CXX` removed here if the checker is still named `cplusplus.ArrayDelete`.
https://github.com/llvm/llvm-project/pull/83985
More information about the cfe-commits
mailing list