This is an archive of the discontinued LLVM Phabricator instance.

[StaticAnalysis] Remove unnecessary parameter in CallGraphNode::addCallee.
ClosedPublic

Authored by hokein on Dec 12 2016, 6:03 AM.

Details

Summary

Remove the CallGraph in addCallee as it is not used in addCallee.
It decouples addCallee from CallGraph, so that we can use CallGraphNode
within our customized CallGraph.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 81078.Dec 12 2016, 6:03 AM
hokein retitled this revision from to [StaticAnalysis] Remove unnecessary parameter in CallGraphNode::addCallee..
hokein updated this object.
hokein added a reviewer: bkramer.
hokein added subscribers: ioeric, cfe-commits.
bkramer accepted this revision.Dec 12 2016, 6:09 AM
bkramer edited edge metadata.
This revision is now accepted and ready to land.Dec 12 2016, 6:09 AM
This revision was automatically updated to reflect the committed changes.