This is an archive of the discontinued LLVM Phabricator instance.

[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
class) from within a method. That, is a member-call expression through this.

Diff Detail

Event Timeline

ymandel created this revision.Sep 22 2022, 5:44 AM
Herald added a project: Restricted Project. · View Herald Transcript
ymandel requested review of this revision.Sep 22 2022, 5:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 22 2022, 5:44 AM
ymandel updated this revision to Diff 462153.Sep 22 2022, 5:46 AM

formatting

xazax.hun accepted this revision.Sep 22 2022, 9:10 AM
This revision is now accepted and ready to land.Sep 22 2022, 9:10 AM
This revision was automatically updated to reflect the committed changes.