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)
commitc248b0fb831c5055fe902cd3c7ccaaf66ae528d7
tree0f2e91e32d5dfb562a874fe6630f1ffc98faa6f5
parente4e1de60aad588eef8e564fd3b6f00cf2b9e3311
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.

llvm-svn: 326038
clang/include/clang/Basic/Attr.td
clang/lib/Parse/ParseDecl.cpp
clang/test/Sema/attr-objc-bridge-related.m [new file with mode: 0644]