]> granicus.if.org Git - clang/commit
After further discussion, rename attribute 'objc_disable_automatic_synthesis' to...
authorTed Kremenek <kremenek@apple.com>
Thu, 5 Jan 2012 22:47:47 +0000 (22:47 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 5 Jan 2012 22:47:47 +0000 (22:47 +0000)
commit71207fc0470e1eee40a2951cd5cc3ff47725b755
tree681ff1ac34697a384ae49762a00469de21d4b9c1
parent6aeaa60217e1ed11a621409acf1b53df0d14b591
After further discussion, rename attribute 'objc_disable_automatic_synthesis' to 'objc_requires_property_definitions'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147622 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
include/clang/Basic/Attr.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/AttributeList.h
lib/Sema/AttributeList.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/default-synthesize-3.m