]> granicus.if.org Git - clang/commit
Support __attribute__((unused)) on types. This suddenly started firing
authorJohn McCall <rjmccall@apple.com>
Wed, 31 Mar 2010 02:47:45 +0000 (02:47 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 31 Mar 2010 02:47:45 +0000 (02:47 +0000)
commitaec586056d8670c99ba7c4833be13e4eb123cddb
tree473ef4f8a0cf4c5c08ebd2599bc2854feaef9401
parent7727acf243ee61c0757d86c95b69dbee56a3d898
Support __attribute__((unused)) on types.  This suddenly started firing
a lot for me on selfhosts, I dunno why.

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