aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-08-30 05:35:15 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-08-30 05:35:15 +0000
commit7f8ea5c5b3a6a4332a841eefdd86b0726722ea7b (patch)
tree48b6d4e8853ec43fafe2c9cf048f42e07d9a1e03 /lib/CodeGen/CodeGenFunction.cpp
parent19cd87eb5fb3c197e631ce08fd52c446c4d4e8f1 (diff)
Add Objective-C property setter support.
- Change Obj-C runtime message API, drop the ObjCMessageExpr arg in favor of just result type and selector. Necessary so it can be reused in situations where we don't want to cons up an ObjCMessageExpr. - Update aggregate binary assignment to know about special property ref lvalues. - Add CodeGenFunction::EmitCallArg overload which takes an already emitted rvalue. Add CodeGenFunction::StoreComplexIntoAddr. Disabled logic in Sema for parsing Objective-C dot-syntax that accesses methods. This code does not search in the correct order and the AST node has no way of properly representing its results. Updated StmtDumper to print a bit more information about ObjCPropertyRefExprs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55561 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions