-
Notifications
You must be signed in to change notification settings - Fork 440
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1606 +/- ##
==========================================
+ Coverage 63.01% 63.73% +0.72%
==========================================
Files 246 245 -1
Lines 27422 26016 -1406
Branches 4531 4510 -21
==========================================
- Hits 17279 16581 -698
+ Misses 10143 9435 -708
|
* merge * fix * remove unused func
* add heap and stack obj var * update comments * use base object var to distinguish heap object * use base object var to distinguish stack object * beautify class hierarchy * beautify class hierarchy * beautify class hierarchy * beautify class hierarchy
* use ubuntu latest * Remove regex in CFGNormalizer * Remove regex header * use gcc build * merge reg change * correct wrong space --------- Co-authored-by: TalbenXu <[email protected]>
…ls#1618 * add process unreachable bbs * add process unreachable bbs * add process unreachable bbs * cache fun2domtree
1) remove unused format 2) remove confusing function like varHasGlobalVar 3) align the comment
* fix a bug of int128 * wrap integer value function * revise the std::make_pair * Revert "revise the std::make_pair" This reverts commit 75be147. * fix addConstantIntObjNode and addConstantIntValNode * remove getSExt ZExt in SVF-LLVM --------- Co-authored-by: bjjwwang <[email protected]>
* remove svfvalue in svfg and pagedge * remove svfvalue in svfg and pagedge * remove redundant variable
* add argvalvar * change position of param to make it more logical * change position of param to make it more logical
* AB Test, pass all ci * AB Test removed, pass all ci * remove MemObj * fix asan err * remove useless NodeID --------- Co-authored-by: bjjwwang <[email protected]>
* remove some hasValue/getvalue * add assertion * fix valueonlystring * refactor * remove redundant std move * don't set ptr and cons in gep var * remove inuncall and constaggdata * remove setsvfvarattr
* remove SVFFileSystem * Revert "remove SVFFileSystem" This reverts commit f7d9f91. * refactor "remove SVFFileSystem" --------- Co-authored-by: bjjwwang <[email protected]>
* add svftype for some var and override getfunction * remove fun in SVFVar * fix icfgnode not initialized * add svftype * remove isPtr * remove svfvalue * rename * reformat * change name * add comments * don't use default nullptr icfgnode * fix comments * increase target coverage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
copy all fields of SVFFunction into CallGraphNode