]> granicus.if.org Git - clang/commit
Warn about attribute used ignored on "extern int a
authorDaniel Dunbar <daniel@zuster.org>
Fri, 13 Feb 2009 22:48:56 +0000 (22:48 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 13 Feb 2009 22:48:56 +0000 (22:48 +0000)
commit186204bfcf9c53d48143ec300d4c3d036fed4140
tree8efa74015b1da090a4319470802995db0679eca0
parent1dd467a111794453e4d97af9907cb29ea72c44e5
Warn about attribute used ignored on "extern int a
__attribute__((used))".

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