]> granicus.if.org Git - clang/commit
Move ObjCPropertyDecl to before ObjCContainerDecl.
authorManman Ren <manman.ren@gmail.com>
Mon, 25 Jan 2016 21:52:26 +0000 (21:52 +0000)
committerManman Ren <manman.ren@gmail.com>
Mon, 25 Jan 2016 21:52:26 +0000 (21:52 +0000)
commit4f6e709cff631349dcb83f2f80cca60dd964bfbf
tree11a9a4d964cee322652183f2dc3860b14d61cbfc
parent64b6a8992795de493ada6aeeef0bab82c01dd318
Move ObjCPropertyDecl to before ObjCContainerDecl.

After we add ObjCPropertyDecl::isClassProperty, we can use it in
ObjCContainerDecl to define filter to iterate over instance properties
and class properties.

This is the first patch in a series of patches to support class properties
in addition to instance properties in objective-c.

rdar://23891898

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258727 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h