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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27674
[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.
Diff Detail
Event Timelinehokein added a child revision: D27673: [clang-move] Only move used helper declarations..Dec 12 2016, 6:04 AM This revision is now accepted and ready to land.Dec 12 2016, 6:09 AM Closed by commit rL289431: [StaticAnalysis] Remove unnecessary parameter in CallGraphNode::addCallee. (authored by hokein). · Explain WhyDec 12 2016, 6:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 81081 cfe/trunk/include/clang/Analysis/CallGraph.h
cfe/trunk/lib/Analysis/CallGraph.cpp
|