]> granicus.if.org Git - clang/commit
ObjectiveC. support "section" attribute on properties
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Dec 2013 23:09:57 +0000 (23:09 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Dec 2013 23:09:57 +0000 (23:09 +0000)
commit1ba0a8ed202412605157d6af05c41859fdef699c
tree04bf185f4c6433060964ccbca936d73a50eb213d
parentee698e84c17bf0fb97f5d8c8f4061125c749715e
ObjectiveC. support "section" attribute on properties
and methods. rdar://15450637

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197625 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
include/clang/Sema/AttributeList.h
lib/Sema/SemaObjCProperty.cpp
test/CodeGenObjC/property-section-attribute.m [new file with mode: 0644]