]> granicus.if.org Git - clang/commit
Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 16 Jul 2014 16:16:04 +0000 (16:16 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 16 Jul 2014 16:16:04 +0000 (16:16 +0000)
commit29eea29d7502eb1eeceb5cc9e6db91576a0c9107
tree775f49c91493c9410c5ce5c69db24c527a8a1592
parent00bd3a18441f168ccde5d2db09073fec1e0e877c
Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
to be applied to class or protocols. This will direct IRGen
for Objective-C metadata to use the new name in various places
where class and protocol names are needed.
rdar:// 17631257

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213167 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
include/clang/Basic/Attr.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/AttributeList.h
lib/AST/DeclObjC.cpp
lib/CodeGen/CGObjCMac.cpp
lib/Sema/SemaDeclAttr.cpp
test/CodeGenObjC/exceptions-asm-attribute.m [new file with mode: 0644]
test/CodeGenObjC/objc-asm-attribute-neg-test.m [new file with mode: 0644]
test/CodeGenObjC/objc-asm-attribute-test.m [new file with mode: 0644]