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 D118236
[clang][dataflow] Add a transfer function for CXXBoolLiteralExpr ClosedPublic Authored by sgatev on Jan 26 2022, 4:15 AM.
Details Summary This is part of the implementation of the dataflow analysis framework.
Diff Detail
Event TimelineHerald added subscribers: tschuett, steakhal, rnkovacs. · View Herald TranscriptJan 26 2022, 4:15 AM This revision is now accepted and ready to land.Jan 26 2022, 5:23 AM This revision was landed with ongoing or failed builds.Jan 26 2022, 7:37 AM Closed by commit rG75c22b382f2a: [clang][dataflow] Add a transfer function for CXXBoolLiteralExpr (authored by sgatev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 403208 clang/lib/Analysis/FlowSensitive/Transfer.cpp
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
|