]> granicus.if.org Git - clang/commit
More objc gc work. Match gcc's treatment of ivar access
authorFariborz Jahanian <fjahanian@apple.com>
Sun, 22 Feb 2009 18:40:18 +0000 (18:40 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sun, 22 Feb 2009 18:40:18 +0000 (18:40 +0000)
commit44baa8abba2a1552b6b50bf750a8750ab9da9f76
tree87c697364252ff26d0f35fa50deb91ddff9c2556
parent6eef49819da450de398dcbe008066ccc9546ee31
More objc gc work. Match gcc's treatment of ivar access
true a local pointer to objective-c object in generating
write barriers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65290 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/CodeGen/CGExpr.cpp