Skip to content

Commit 1a3ddf5

Browse files
committed
test
1 parent ff88574 commit 1a3ddf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/ASTImporter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4762,7 +4762,7 @@ ExpectedDecl ASTNodeImporter::VisitParmVarDecl(ParmVarDecl *D) {
47624762
if (Err)
47634763
return std::move(Err);
47644764

4765-
ToParm->setExplicitObjectParameterLoc(ToExplicitObjectParameterLoc);
4765+
//ToParm->setExplicitObjectParameterLoc(ToExplicitObjectParameterLoc);
47664766
}
47674767

47684768
// Set the default argument. It should be no problem if it was already done.

0 commit comments

Comments
 (0)