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)
commit8b8ebdd9dd12530f6edf73a7ce1b02e8b0338aa1
tree7362d4a417d0f957fed2fba48602684783d67203
parent79d79da0e1f635d9d76ae253c4f12d24eda82657
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.

llvm-svn: 186578
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/Sema/MicrosoftExtensions.c
clang/test/Sema/attr-unavailable-message.c