Skip to content

rename getCallNode() -> getCallGraphNode();

0410a42
Select commit
Loading
Failed to load commit list.
Open

remove all SVFFunction in svf #1646

rename getCallNode() -> getCallGraphNode();
0410a42
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 9, 2026 in 0s

63.84% (target 63.50%)

View this Pull Request on Codecov

63.84% (target 63.50%)

Details

Codecov Report

❌ Patch coverage is 76.42726% with 128 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.84%. Comparing base (ab71cdd) to head (0410a42).
⚠️ Report is 293 commits behind head on master.

Files with missing lines Patch % Lines
svf/lib/MTA/LockAnalysis.cpp 4.00% 24 Missing ⚠️
svf/lib/MTA/MHP.cpp 58.33% 10 Missing ⚠️
svf/lib/DDA/DDAPass.cpp 0.00% 8 Missing ⚠️
svf/include/Graphs/CallGraph.h 87.50% 5 Missing ⚠️
svf/lib/Graphs/PTACallGraph.cpp 72.22% 5 Missing ⚠️
svf/lib/MSSA/MemPartition.cpp 37.50% 5 Missing ⚠️
svf/lib/MTA/TCT.cpp 83.87% 5 Missing ⚠️
svf/lib/Util/CDGBuilder.cpp 0.00% 5 Missing ⚠️
svf/include/Graphs/ThreadCallGraph.h 0.00% 4 Missing ⚠️
svf/lib/Graphs/ICFG.cpp 60.00% 4 Missing ⚠️
... and 33 more
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1646   +/-   ##
=======================================
  Coverage   63.84%   63.84%           
=======================================
  Files         246      246           
  Lines       25993    26055   +62     
  Branches     4507     4509    +2     
=======================================
+ Hits        16594    16635   +41     
- Misses       9399     9420   +21     
Files with missing lines Coverage Δ
svf-llvm/include/SVF-LLVM/LLVMModule.h 94.89% <100.00%> (-3.60%) ⬇️
svf-llvm/include/SVF-LLVM/SVFIRBuilder.h 90.62% <ø> (ø)
svf-llvm/lib/ICFGBuilder.cpp 100.00% <100.00%> (ø)
svf-llvm/lib/LLVMLoopAnalysis.cpp 100.00% <100.00%> (ø)
svf-llvm/lib/LLVMModule.cpp 79.19% <100.00%> (+0.29%) ⬆️
svf-llvm/lib/SVFIRExtAPI.cpp 85.71% <100.00%> (ø)
svf/include/CFL/CFLAlias.h 92.85% <ø> (ø)
svf/include/DDA/ContextDDA.h 75.00% <100.00%> (ø)
svf/include/DDA/DDAVFSolver.h 90.61% <100.00%> (ø)
svf/include/DDA/FlowDDA.h 90.00% <100.00%> (ø)
... and 88 more

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.