Extend the context-sensitive analysis to handle a call to a method (of the same
class) from within a method. That, is a member-call expression through this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134432
[clang][dataflow] Add support for nested method calls. ClosedPublic Authored by ymandel on Sep 22 2022, 5:44 AM.
Details Summary Extend the context-sensitive analysis to handle a call to a method (of the same
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 22 2022, 9:10 AM Closed by commit rG0b12efc7a42c: [clang][dataflow] Add support for nested method calls. (authored by ymandel). · Explain WhySep 22 2022, 12:16 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 462265 clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
|