]> granicus.if.org Git - clang/commit
Split Sema logic for ObjC @property and @synthesize into
authorTed Kremenek <kremenek@apple.com>
Fri, 12 Mar 2010 00:38:38 +0000 (00:38 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 12 Mar 2010 00:38:38 +0000 (00:38 +0000)
commit9d64c15223497f31899cc47fbe1531873dc06f2e
treecbb14a3e0373fa6cb70be3b4ae2521bdeab38380
parentff8aeaa9827188f9fc360cb4e0a6c8b6331edc8a
Split Sema logic for ObjC @property and @synthesize into
a separate file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98317 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaObjCProperty.cpp [new file with mode: 0644]