]> granicus.if.org Git - clang/commit
Class Property: parse property attribute (class).
authorManman Ren <manman.ren@gmail.com>
Tue, 26 Jan 2016 18:52:43 +0000 (18:52 +0000)
committerManman Ren <manman.ren@gmail.com>
Tue, 26 Jan 2016 18:52:43 +0000 (18:52 +0000)
commit337ac58fc055f4b91051cedb3a689636bcfbcffc
tree02fe527a0667a09e6871d9826bb36d9aa5d7f3a7
parented30907f4a2352e40c8dfebbf615bd14607833fc
Class Property: parse property attribute (class).

This is the third 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@258834 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
include/clang/Sema/DeclSpec.h
lib/AST/ASTDumper.cpp
lib/AST/DeclPrinter.cpp
lib/Parse/ParseObjc.cpp
lib/Sema/SemaObjCProperty.cpp
test/Parser/objc-class-property.m [new file with mode: 0644]