[Objective-C]. This patch extends objc_bridge attribute to support objc_bridge(id).
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 11 Dec 2014 22:56:26 +0000 (22:56 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 11 Dec 2014 22:56:26 +0000 (22:56 +0000)
commitc9e266b8cf4abd43167b70609df6039da3ecd9b4
treee5c73739f10329742eff12e7290b05f9263a9c33
parentb5e9b0426acff0a0c7abb16ab071d68026dd1bba
[Objective-C]. This patch extends  objc_bridge attribute to support objc_bridge(id).
This means that a pointer to the struct type to which the attribute appertains
is a CF type (and therefore an Objective-C object of some type), but not of any
specific class. rdar://19157264

llvm-svn: 224072
clang/lib/Lex/PPMacroExpansion.cpp
clang/lib/Sema/SemaExprObjC.cpp
clang/test/SemaObjC/objcbridge-attribute-arc.m