]> granicus.if.org Git - clang/commit
Warn on use of __weak attribute on local
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 21 Feb 2009 19:44:02 +0000 (19:44 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 21 Feb 2009 19:44:02 +0000 (19:44 +0000)
commit7b5b3170d9be39f462194d456051a7ca81babe28
treecd36342b25bac9f73422f89cb1e139774b9ae0f2
parent4ae1f058902ffd92207af678e1c62e43258127c6
Warn on use of __weak attribute on local
variable (objc2 gc specific).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65240 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.def
lib/Sema/SemaDecl.cpp
test/SemaObjC/objc2-warn-weak-decl.m [new file with mode: 0644]