This revision was automatically updated to reflect the committed changes.
Closed by commit rGc95cb4de1b66: [clang][dataflow] Intersect ExprToLoc when
joining environments (authored by sgatev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117754/new/
xazax.hun added a comment.
Thanks, this looks good to me!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117754/new/
https://reviews.llvm.org/D117754
___
cfe-commits mailing list
cfe-commits@lists.llvm.or
sgatev marked an inline comment as done.
sgatev added inline comments.
Comment at: clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp:49
+ // in tests.
+ std::set Preds;
Preds.insert(Block.pred_begin(), Block.pred_end());
xazax.hun wrote:
> sgat
sgatev updated this revision to Diff 401615.
sgatev marked an inline comment as done.
sgatev added a comment.
Address reviewers' comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117754/new/
https://reviews.llvm.org/D117754
Files:
clang/li
xazax.hun added inline comments.
Comment at: clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp:49
+ // in tests.
+ std::set Preds;
Preds.insert(Block.pred_begin(), Block.pred_end());
sgatev wrote:
> xazax.hun wrote:
> > sgatev wrote:
> > > xaza
sgatev marked 2 inline comments as done.
sgatev added inline comments.
Comment at: clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp:49
+ // in tests.
+ std::set Preds;
Preds.insert(Block.pred_begin(), Block.pred_end());
xazax.hun wrote:
> sgat
xazax.hun added inline comments.
Comment at: clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp:49
+ // in tests.
+ std::set Preds;
Preds.insert(Block.pred_begin(), Block.pred_end());
sgatev wrote:
> xazax.hun wrote:
> > xazax.hun wrote:
> > > A
sgatev marked an inline comment as done.
sgatev added inline comments.
Comment at: clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp:49
+ // in tests.
+ std::set Preds;
Preds.insert(Block.pred_begin(), Block.pred_end());
xazax.hun wrote:
> xaza
sgatev updated this revision to Diff 401581.
sgatev marked an inline comment as done.
sgatev added a comment.
Address reviewers' comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117754/new/
https://reviews.llvm.org/D117754
Files:
clang/li
xazax.hun added inline comments.
Comment at: clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp:49
+ // in tests.
+ std::set Preds;
Preds.insert(Block.pred_begin(), Block.pred_end());
xazax.hun wrote:
> Are we sure that the memory addresses of C
xazax.hun added inline comments.
Comment at: clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp:49
+ // in tests.
+ std::set Preds;
Preds.insert(Block.pred_begin(), Block.pred_end());
Are we sure that the memory addresses of CFGBlocks are stable
sgatev created this revision.
sgatev added reviewers: ymandel, xazax.hun, gribozavr2.
Herald added subscribers: steakhal, rnkovacs.
sgatev requested review of this revision.
Herald added a project: clang.
This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow
12 matches
Mail list logo