]> granicus.if.org Git - clang/commit
Since r179585, __declspec(property) has gotten special treatment as an attribute...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 26 Aug 2013 22:49:09 +0000 (22:49 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 26 Aug 2013 22:49:09 +0000 (22:49 +0000)
commit60c444d3f4d37875e725e542a34098dbf45321ed
tree0a56a510fc93399876c2315aeb00a2cca7e2f967
parent0858246d180a9e654ca6d755f5c12202cef4fc0b
Since r179585, __declspec(property) has gotten special treatment as an attribute where it is not processed as part of the typical Sema attribute functionality.  Specifying this attribute as being "ignored" because there is no sema handler for it as a Decl attribute, and no AST node generated for it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189284 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/Sema/SemaDeclAttr.cpp