]> granicus.if.org Git - clang/commit
Now that we have __weak defined as attribute in all modes,
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 7 Apr 2009 21:25:06 +0000 (21:25 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 7 Apr 2009 21:25:06 +0000 (21:25 +0000)
commitc8bafd7242763b7029a7bed898690ea44a59ae4a
tree2af855d732c9752fafa60c92bbb2207266a7dde6
parent48d1ef782c8c88066b5febf60f8f456064d7d3f0
Now that we have __weak defined as attribute in all modes,
we must not issue gc-specific errors in non-gc mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68551 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/no-gc-weak-test.m [new file with mode: 0644]