]> granicus.if.org Git - clang/commit
objective-C: remove use of 'ivar' in favor of
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 24 Sep 2012 22:00:36 +0000 (22:00 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 24 Sep 2012 22:00:36 +0000 (22:00 +0000)
commit59ed9e40bbb6d0b8f8cd194e059624e954b0eae7
tree190c0872bd46d09e77dd24fa747faf07289a97db
parent81d18bf944bd885c48b693c2c8c651607001ad9d
objective-C: remove use of 'ivar' in favor of
'instance variable' in text of all diagnostics
for objective-C: // rdar://12352442

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164559 91177308-0d34-0410-b5e6-96231b3b80d8
22 files changed:
include/clang/Basic/DiagnosticSemaKinds.td
test/FixIt/fixit-objc.m
test/SemaObjC/arc-property-decl-attrs.m
test/SemaObjC/arc-property-lifetime.m
test/SemaObjC/arc-property.m
test/SemaObjC/arc-unavailable-for-weakref.m
test/SemaObjC/default-synthesize-2.m
test/SemaObjC/error-property-gc-attr.m
test/SemaObjC/iboutletcollection-attr.m
test/SemaObjC/ivar-in-class-extension-error.m
test/SemaObjC/ivar-in-class-extension.m
test/SemaObjC/ivar-sem-check-2.m
test/SemaObjC/no-ivar-in-interface-block.m
test/SemaObjC/property-and-class-extension.m
test/SemaObjC/property-impl-misuse.m
test/SemaObjC/property-ivar-mismatch.m
test/SemaObjC/property.m
test/SemaObjC/warn-direct-ivar-access.m
test/SemaObjC/warn-isa-ref.m
test/SemaObjC/weak-property.m
test/SemaObjCXX/abstract-class-type-ivar.mm
test/SemaObjCXX/propert-dot-error.mm