[clang] [Clang][analyzer] replace Stmt* with ConstCFGElementRef in SymbolConjured (PR #128251)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 23 12:12:48 PDT 2025


================
@@ -645,6 +645,7 @@ struct StreamOperationEvaluator {
   SymbolRef StreamSym = nullptr;
   const StreamState *SS = nullptr;
   const CallExpr *CE = nullptr;
+  std::optional<CFGBlock::ConstCFGElementRef> ElemRef;
----------------
steakhal wrote:

Ah I completely missed the context. nvm.

https://github.com/llvm/llvm-project/pull/128251


More information about the cfe-commits mailing list