We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff88574 commit 1a3ddf5Copy full SHA for 1a3ddf5
clang/lib/AST/ASTImporter.cpp
@@ -4762,7 +4762,7 @@ ExpectedDecl ASTNodeImporter::VisitParmVarDecl(ParmVarDecl *D) {
4762
if (Err)
4763
return std::move(Err);
4764
4765
- ToParm->setExplicitObjectParameterLoc(ToExplicitObjectParameterLoc);
+ //ToParm->setExplicitObjectParameterLoc(ToExplicitObjectParameterLoc);
4766
}
4767
4768
// Set the default argument. It should be no problem if it was already done.
0 commit comments