]> granicus.if.org Git - clang/commit
Objective-C. Issue more warning diagnostic when certain
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 26 Jul 2014 20:52:26 +0000 (20:52 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 26 Jul 2014 20:52:26 +0000 (20:52 +0000)
commit4ab2452c1f5294a96120164bf4b0b5b95e2d141a
tree2439a295a5050baf0420f78036fb18a166e9e259
parent917ace5cf50494106a76000f9a2f32b6dd37effd
Objective-C. Issue more warning diagnostic when certain
properties are not synthesized in property auto-synthesis,
as it can potentiall lead to runtime errors.
rdar://17774815

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214032 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaObjCProperty.cpp
test/Analysis/objc_invalidation.m
test/SemaObjC/attr-deprecated.m
test/SemaObjC/default-synthesize-1.m
test/SemaObjC/default-synthesize-3.m
test/SemaObjC/default-synthesize.m
test/SemaObjC/protocols-suppress-conformance.m
test/SemaObjC/super-property-notation.m