diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2020-03-18 18:20:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2020-03-18 18:20:05 +0000 |
commit | 2fc9bb9ce23aec06620745773d24e59944b87ffc (patch) | |
tree | 0726fa11e6594591f34578ba035ea82a69fc0393 /clang/lib/AST/ASTImporter.cpp | |
parent | d652fd2996ce31dfd35dd2a9c58bf051ca7fff44 (diff) |
Notes
Diffstat (limited to 'clang/lib/AST/ASTImporter.cpp')
-rw-r--r-- | clang/lib/AST/ASTImporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ASTImporter.cpp b/clang/lib/AST/ASTImporter.cpp index f42361500a91..ab4e961dcd4c 100644 --- a/clang/lib/AST/ASTImporter.cpp +++ b/clang/lib/AST/ASTImporter.cpp @@ -6726,7 +6726,7 @@ ExpectedStmt ASTNodeImporter::VisitStmtExpr(StmtExpr *E) { return new (Importer.getToContext()) StmtExpr(ToSubStmt, ToType, ToLParenLoc, ToRParenLoc, - E->isInstantiationDependent()); + E->getTemplateDepth()); } ExpectedStmt ASTNodeImporter::VisitUnaryOperator(UnaryOperator *E) { |