]> granicus.if.org Git - clang/commit
Removed a parameter from handleAttrWithMessage to make it more consistent with other...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 18 Jul 2013 13:13:52 +0000 (13:13 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 18 Jul 2013 13:13:52 +0000 (13:13 +0000)
commit2dbdef237491cbe81b8597a6519c6c5f938877cd
tree73bde93cfdc725199dad3bd5de86bd5952182f7c
parentc6dabb90d34d011cb7f96b7ae5c69600e9cf6818
Removed a parameter from handleAttrWithMessage to make it more consistent with other attribute handlers, as well as other attribute error messages.  Added missing test cases for the unavailable attribute, and updated the deprecated test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186578 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/Sema/MicrosoftExtensions.c
test/Sema/attr-unavailable-message.c