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

add some comments for cpp type inference #1371

Merged
merged 4 commits into from
Feb 13, 2024
Merged

Conversation

jumormt
Copy link
Contributor

@jumormt jumormt commented Feb 13, 2024

No description provided.

@@ -398,7 +400,9 @@ const Argument* cppUtil::getConstructorThisPtr(const Function* fun)
return thisPtr;
}

void updateClassNameBeforeBrackets(cppUtil::DemangledName& dname)
/// strip brackets and namespace in classname
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strip off

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strip sth from sth

Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (323ce24) 67.87% compared to head (be4a9cf) 67.87%.

❗ Current head be4a9cf differs from pull request most recent head c62fb0f. Consider uploading reports for the commit c62fb0f to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1371   +/-   ##
=======================================
  Coverage   67.87%   67.87%           
=======================================
  Files         253      253           
  Lines       27702    27702           
=======================================
  Hits        18804    18804           
  Misses       8898     8898           
Files Coverage Δ
svf-llvm/lib/CppUtil.cpp 87.20% <100.00%> (ø)

@yuleisui yuleisui merged commit a5731d3 into SVF-tools:master Feb 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants