To ensure that we have a pointee for the PointerValue, we also create
storage locations for FunctionDecls referenced in the function under analysis.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148006
[clang][dataflow] Associate `FunctionToPointerDecay` nodes with a value. ClosedPublic Authored by mboehme on Apr 11 2023, 4:05 AM.
Details Summary To ensure that we have a pointee for the PointerValue, we also create
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 11 2023, 6:22 AM Closed by commit rGd9e717338f80: [clang][dataflow] Associate `FunctionToPointerDecay` nodes with a value. (authored by mboehme). · Explain WhyApr 18 2023, 12:15 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 514536 clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
clang/lib/Analysis/FlowSensitive/Transfer.cpp
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
|