Skip to content

Commit

Permalink
Fixed for both linux and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
7Hazard committed Nov 29, 2020
1 parent 5c6bae7 commit c491de8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/methods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,7 @@ static Handler recordHandler(recordMatcher, [](const MatchFinder::MatchResult& r
auto paramtype = origparamtype.getCanonicalType()
.getUnqualifiedType();
auto typedata = Typedata(paramtype, record->getASTContext());
// auto origparamtypestr = std::regex_replace(gg, reg::classstructenum, "");
// auto origparamtypestr = param->getType().getAsString();
auto origparamtypestr = typedata.cpptypestr;
auto origparamtypestr = paramtype->getCanonicalTypeInternal().getAsString();

if(!typedata.ok)
{
Expand Down

0 comments on commit c491de8

Please sign in to comment.