aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-09-09 21:33:21 +0000
committerAnders Carlsson <andersca@mac.com>2009-09-09 21:33:21 +0000
commit0aebc81e02397a5987aaa8e8c7acbdb01a31d7c3 (patch)
tree244e1626acebcedf768fd386036799602daa598c /lib/CodeGen/CodeGenFunction.h
parentcfcd7fd0de701c5ce05e96de1ed2d0bf8c7035d9 (diff)
If a cast expression needs either a conversion function or a constructor to be called, generate implicit child expressions that call them.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 0fac947efe..07804a9396 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -841,8 +841,6 @@ public:
RValue EmitCXXOperatorMemberCallExpr(const CXXOperatorCallExpr *E,
const CXXMethodDecl *MD);
- RValue EmitCXXFunctionalCastExpr(const CXXFunctionalCastExpr *E);
-
RValue EmitBuiltinExpr(const FunctionDecl *FD,
unsigned BuiltinID, const CallExpr *E);