[clang] [NFC][analyzer] Refactor Environment to map Expr to SVal instead of Stmt to SVal (PR #193295)

DonĂ¡t Nagy via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 22 04:48:42 PDT 2026


================
@@ -168,7 +168,7 @@ bool taint::isTainted(ProgramStateRef State, SymbolRef Sym, TaintTagType Kind) {
 }
 
 std::vector<SymbolRef> taint::getTaintedSymbols(ProgramStateRef State,
-                                                const Stmt *S,
+                                                const Expr *S,
----------------
NagyDonat wrote:

Consider updating the name of the variable `const Expr *S`.

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


More information about the cfe-commits mailing list