Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy all fields of SVFFunction into CallGraphNode #1606

Closed
wants to merge 51 commits into from

SVF code formatter

9009cee
Select commit
Loading
Failed to load commit list.
Closed

copy all fields of SVFFunction into CallGraphNode #1606

SVF code formatter
9009cee
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 27, 2025 in 1s

71.60% of diff hit (target 0.00%)

View this Pull Request on Codecov

71.60% of diff hit (target 0.00%)

Annotations

Check warning on line 101 in svf-llvm/include/SVF-LLVM/DCHG.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/include/SVF-LLVM/DCHG.h#L101

Added line #L101 was not covered by tests

Check warning on line 65 in svf-llvm/include/SVF-LLVM/LLVMUtil.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/include/SVF-LLVM/LLVMUtil.h#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 71 in svf-llvm/include/SVF-LLVM/LLVMUtil.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/include/SVF-LLVM/LLVMUtil.h#L71

Added line #L71 was not covered by tests

Check warning on line 88 in svf-llvm/include/SVF-LLVM/LLVMUtil.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/include/SVF-LLVM/LLVMUtil.h#L88

Added line #L88 was not covered by tests

Check warning on line 402 in svf-llvm/include/SVF-LLVM/LLVMUtil.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/include/SVF-LLVM/LLVMUtil.h#L402

Added line #L402 was not covered by tests

Check warning on line 181 in svf-llvm/lib/DCHG.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/DCHG.cpp#L181

Added line #L181 was not covered by tests

Check warning on line 183 in svf-llvm/lib/DCHG.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/DCHG.cpp#L183

Added line #L183 was not covered by tests

Check warning on line 185 in svf-llvm/lib/DCHG.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/DCHG.cpp#L185

Added line #L185 was not covered by tests

Check warning on line 1093 in svf-llvm/lib/DCHG.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/DCHG.cpp#L1093

Added line #L1093 was not covered by tests

Check warning on line 707 in svf-llvm/lib/LLVMModule.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/LLVMModule.cpp#L707

Added line #L707 was not covered by tests

Check warning on line 648 in svf-llvm/lib/LLVMUtil.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/LLVMUtil.cpp#L648

Added line #L648 was not covered by tests

Check warning on line 651 in svf-llvm/lib/LLVMUtil.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/LLVMUtil.cpp#L650-L651

Added lines #L650 - L651 were not covered by tests

Check warning on line 657 in svf-llvm/lib/LLVMUtil.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/LLVMUtil.cpp#L655-L657

Added lines #L655 - L657 were not covered by tests

Check warning on line 675 in svf-llvm/lib/LLVMUtil.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/LLVMUtil.cpp#L675

Added line #L675 was not covered by tests

Check warning on line 699 in svf-llvm/lib/LLVMUtil.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/LLVMUtil.cpp#L699

Added line #L699 was not covered by tests

Check warning on line 759 in svf-llvm/lib/LLVMUtil.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/LLVMUtil.cpp#L759

Added line #L759 was not covered by tests

Check warning on line 774 in svf-llvm/lib/LLVMUtil.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/LLVMUtil.cpp#L774

Added line #L774 was not covered by tests

Check warning on line 174 in svf-llvm/lib/SVFIRBuilder.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/SVFIRBuilder.cpp#L174

Added line #L174 was not covered by tests

Check warning on line 245 in svf-llvm/lib/SVFIRBuilder.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/SVFIRBuilder.cpp#L245

Added line #L245 was not covered by tests

Check warning on line 254 in svf-llvm/lib/SVFIRBuilder.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/SVFIRBuilder.cpp#L254

Added line #L254 was not covered by tests

Check warning on line 322 in svf-llvm/lib/SVFIRBuilder.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/SVFIRBuilder.cpp#L321-L322

Added lines #L321 - L322 were not covered by tests

Check warning on line 334 in svf-llvm/lib/SVFIRBuilder.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/SVFIRBuilder.cpp#L333-L334

Added lines #L333 - L334 were not covered by tests

Check warning on line 346 in svf-llvm/lib/SVFIRBuilder.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/SVFIRBuilder.cpp#L344-L346

Added lines #L344 - L346 were not covered by tests

Check warning on line 360 in svf-llvm/lib/SVFIRBuilder.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/SVFIRBuilder.cpp#L360

Added line #L360 was not covered by tests

Check warning on line 378 in svf-llvm/lib/SVFIRBuilder.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

svf-llvm/lib/SVFIRBuilder.cpp#L378

Added line #L378 was not covered by tests