commit | 88465d3e996e627bbaa11099b039ddab66d5af2c | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Fri Apr 23 22:18:37 2010 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Fri Apr 23 22:18:37 2010 +0000 |
tree | af24459279b9dda86eea5d03ed91258e3c8b6dc1 | |
parent | f88b0d6c99e6473e78331271935986535dc4603c [diff] [blame] |
Add an InheritancePath parameter to the ImplicitCastExpr constructor. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102218 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/ASTImporter.cpp b/lib/AST/ASTImporter.cpp index a97536c..9766d3a 100644 --- a/lib/AST/ASTImporter.cpp +++ b/lib/AST/ASTImporter.cpp
@@ -2887,6 +2887,7 @@ return new (Importer.getToContext()) ImplicitCastExpr(T, E->getCastKind(), SubExpr, + /* FIXME: */0, E->isLvalueCast()); }