summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/objcbridge-related-attribute.mm
Commit message (Collapse)AuthorAgeFilesLines
* ObjectiveC. Further improvements of useFariborz Jahanian2013-12-161-8/+4
| | | | | | | | | | of objc_bridge_related attribute; eliminate unnecessary diagnostics which is issued elsewhere, fixit now produces a valid AST tree per convention. This results in some simplification in handling of this attribute as well. // rdar://15499111 llvm-svn: 197436
* Objective-C: Improve on various diagnostics related toFariborz Jahanian2013-12-091-6/+6
| | | | | | use of objc_bridge_related attribute. // rdar://15499111 llvm-svn: 196828
* ObjectiveC. Continuing implementation of objc_bridge_relatedFariborz Jahanian2013-12-071-0/+31
attribute in sema and issuing a variety of diagnostics lazily for misuse of this attribute (and what to do) when converting from CF types to ObjectiveC types (and vice versa). // rdar://15499111 llvm-svn: 196629
OpenPOWER on IntegriCloud