[clang] [Analyzer] support parenthesized list initialization (PR #148988)
Oleksandr T. via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 16 06:59:13 PDT 2025
================
@@ -1233,3 +1233,34 @@ void ExprEngine::VisitAttributedStmt(const AttributedStmt *A,
getCheckerManager().runCheckersForPostStmt(Dst, EvalSet, A, *this);
}
+
+void ExprEngine::VisitCXXParenListInitExpr(const CXXParenListInitExpr *E,
+ ExplodedNode *Pred,
+ ExplodedNodeSet &Dst) {
----------------
a-tarasyuk wrote:
@necto I've updated tests to cover https://github.com/llvm/llvm-project/pull/148988#discussion_r2209440487
https://github.com/llvm/llvm-project/pull/148988
More information about the cfe-commits
mailing list