Skip to content

Commit

Permalink
Merge pull request #1369 from Johanmyst/fixCPPVirtualFuncs
Browse files Browse the repository at this point in the history
Fix incomplete/incorrect PTA when using C++ namespaces & virtual functions
  • Loading branch information
yuleisui authored Feb 13, 2024
2 parents dda7fe5 + 34ed2f7 commit 323ce24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion svf-llvm/lib/CppUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ Set<std::string> cppUtil::extractClsNamesFromFunc(const Function *foo)
{
// c++ constructor
DemangledName demangledName = cppUtil::demangle(name);
updateClassNameBeforeBrackets(demangledName);
return {demangledName.className};
}
else if (isTemplateFunc(foo))
Expand Down

0 comments on commit 323ce24

Please sign in to comment.