summaryrefslogtreecommitdiffstats
path: root/clang/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
commite9766d559ba577ba8e21d450feaae88c606e0ba3 (patch)
tree1fa26363e225872ed31fc8298bb1ea66b7511b7a /clang/lib/CodeGen/CodeGenFunction.h
parent572a0df0fcc077919258f4d9130ff1a9d5ad019d (diff)
downloadbcm5719-llvm-e9766d559ba577ba8e21d450feaae88c606e0ba3.tar.gz
bcm5719-llvm-e9766d559ba577ba8e21d450feaae88c606e0ba3.zip
If a cast expression needs either a conversion function or a constructor to be called, generate implicit child expressions that call them.
llvm-svn: 81383
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 0fac947efe1..07804a93963 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/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);
OpenPOWER on IntegriCloud