aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2008-11-20 18:10:58 +0000
committerFariborz Jahanian <fjahanian@apple.com>2008-11-20 18:10:58 +0000
commit80b0b42a09c3de8392f9ba1e24ffcc35355a8dea (patch)
tree973194cb6c8974ec47a720d24c3a41fc4f82ff3d /lib/CodeGen/CodeGenFunction.h
parentdd95d6cca5f52eabbc25e5928a60078a54a4c875 (diff)
Added a test case for __weak field decls. Change SetVarDeclObjCAttribute
to static function. Added comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59738 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 1da4e195ba..85c500b95e 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -462,8 +462,6 @@ public:
LValue EmitBinaryOperatorLValue(const BinaryOperator *E);
// Note: only availabe for agg return types
LValue EmitCallExprLValue(const CallExpr *E);
- void SetVarDeclObjCAttribute(const VarDecl *VD, const QualType &Ty,
- LValue &LV);
LValue EmitDeclRefLValue(const DeclRefExpr *E);
LValue EmitStringLiteralLValue(const StringLiteral *E);
LValue EmitPredefinedFunctionName(unsigned Type);