]> granicus.if.org Git - clang/commit
Add a C++11 and C2x spelling for the objc_bridge_related attribute in the clang vendo...
authorAaron Ballman <aaron@aaronballman.com>
Sat, 24 Feb 2018 17:37:37 +0000 (17:37 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 24 Feb 2018 17:37:37 +0000 (17:37 +0000)
commite60bbaeb9b94ff58f8fefe663627db5a34bce22b
tree916fa1f5b4f4f820f2103f6c4e18b1451d696f27
parent7f2da06683b6fba2339022269fcdc390efde4c43
Add a C++11 and C2x spelling for the objc_bridge_related attribute in the clang vendor namespace.

This attribute has custom parsing rules that previously prevented it from being supported with square bracket notation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326038 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/Parse/ParseDecl.cpp
test/Sema/attr-objc-bridge-related.m [new file with mode: 0644]