]> granicus.if.org Git - clang/commit
ignore weak_import attribute on objc method decls.
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 4 May 2009 19:35:12 +0000 (19:35 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 4 May 2009 19:35:12 +0000 (19:35 +0000)
commitd4edddde6d3966ad4a4f60d9af0f9dd36995495c
treed8ca5708fcec1297ac4fbcd2a9ede4f11c4944dc
parent75494ffb4ed3964fa22fb9ab15fddecedbc9fe10
ignore weak_import attribute on objc method decls.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70901 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/SemaObjC/ignore-weakimport-method.m [new file with mode: 0644]