]> granicus.if.org Git - clang/commit
Add a warning for a missing copy attribute on a property that is a
authorMike Stump <mrs@apple.com>
Thu, 7 May 2009 23:06:50 +0000 (23:06 +0000)
committerMike Stump <mrs@apple.com>
Thu, 7 May 2009 23:06:50 +0000 (23:06 +0000)
commit046efd92714dce712ad47bedfbdbb64e6eb35eec
tree898d4e229793550e87560411554bedf5b93f4415
parent913af35741b55fe854bc26c9dddc312cd991e24d
Add a warning for a missing copy attribute on a property that is a
block pointer.  Radar 6441502

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71190 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/block-attr.m [new file with mode: 0644]