This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5520c5839016: [clang][dataflow] Fix incorrect CXXThisExpr
pointee for lambdas (authored by li.zhe.hua).
Repository:
rG LLVM Github Monorepo
CHANG
li.zhe.hua updated this revision to Diff 432124.
li.zhe.hua added a comment.
Address reviewer comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126413/new/
https://reviews.llvm.org/D126413
Files:
clang/lib/Analysis/FlowSensitive/DataflowEnv
ymandel accepted this revision.
ymandel added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/unittests/Analysis/FlowSensitive/TransferTest.cpp:1526
+ int Foo = Bar;
+ // [[p]]
+}();
please use differe
li.zhe.hua created this revision.
li.zhe.hua added a reviewer: ymandel.
Herald added subscribers: tschuett, steakhal.
Herald added a project: All.
li.zhe.hua requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
When constructing the `Environment