[PATCH] D133698: [clang][dataflow] Implement transferBranch
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 26 08:25:30 PDT 2022
martong added inline comments.
================
Comment at: clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp:165
+ TypeErasedDataflowAnalysis &Analysis;
const StmtToEnvMap &StmtToEnv;
----------------
Actually, this member is not used, I am not sure why was this added. Anyway, I am removing this in a follow up commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133698/new/
https://reviews.llvm.org/D133698
More information about the cfe-commits
mailing list