]> granicus.if.org Git - clang/commit
Add a fixit for -Wobjc-protocol-property-synthesis
authorAlex Lorenz <arphaman@gmail.com>
Mon, 3 Jul 2017 10:12:24 +0000 (10:12 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 3 Jul 2017 10:12:24 +0000 (10:12 +0000)
commitb9181e93ed98cd03533ebb9fa135ce59f5d9e46a
tree9f70eeb50ccd24c29e9ed23e47187ff4ec8e086f
parentae6cb8d28c844a6d45b3c64ae7338e9d1653784c
Add a fixit for -Wobjc-protocol-property-synthesis

rdar://32132756

Differential Revision: https://reviews.llvm.org/D34886

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307014 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Parse/ParseObjc.cpp
lib/Sema/SemaObjCProperty.cpp
test/FixIt/fixit-add-synthesize-to-property.m [new file with mode: 0644]
test/SemaObjC/default-synthesize-3.m
test/SemaObjC/default-synthesize.m
test/SemaObjC/forward-protocol-incomplete-impl-warn.m