]> granicus.if.org Git - clang/commit
Removed a string literal for an attribute name, which means the attribute name will...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 26 Dec 2013 17:30:44 +0000 (17:30 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 26 Dec 2013 17:30:44 +0000 (17:30 +0000)
commit1cb27131cc0df5f4662abc22dc31a982bbd516c5
tree8975062aa6132284f4537ec6cab88e26cc0992df
parent2528169585b6c6f6bdd6355cbf44472a35faddc9
Removed a string literal for an attribute name, which means the attribute name will be quoted in the diagnostic. Manually added some quotes to a diagnostic for consistency. Updated the test cases as appropriate.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198054 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
test/Sema/attr-used.c
test/SemaCXX/attr-used.cpp