This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D117667
[clang][dataflow] Add a transfer function for conditional operator ClosedPublic Authored by sgatev on Jan 19 2022, 5:58 AM.
Details Summary This is part of the implementation of the dataflow analysis framework.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 19 2022, 6:27 AM This revision was landed with ongoing or failed builds.Jan 19 2022, 8:26 AM Closed by commit rG8e53ae3d3719: [clang][dataflow] Add a transfer function for conditional operator (authored by sgatev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 401255 clang/lib/Analysis/FlowSensitive/Transfer.cpp
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
|