]> granicus.if.org Git - clang/commit
Fix ObjCPropertRefExpr to be able to encode all the information for
authorDaniel Dunbar <daniel@zuster.org>
Wed, 3 Sep 2008 00:27:26 +0000 (00:27 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 3 Sep 2008 00:27:26 +0000 (00:27 +0000)
commite66f4e3e3ae9d7d11b0c302211066fad69228aba
treeebf694ed165de059748450009d609ec820a3be27
parent7e8cc57bad2b670b0a3b48fa3d84dce79b5c7288
Fix ObjCPropertRefExpr to be able to encode all the information for
uses which refer to methods not properties.
 - Not yet wired in Sema.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55681 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprObjC.h
lib/AST/StmtDumper.cpp
lib/AST/StmtSerialization.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGObjCMac.cpp