This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ae6cb8d28c fix trivial typos in comments; NFC new b9181e93ed Add a fixit for -Wobjc-protocol-property-synthesis
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticSemaKinds.td | 2 ++ include/clang/Sema/Sema.h | 7 ++++--- lib/Parse/ParseObjc.cpp | 2 +- lib/Sema/SemaObjCProperty.cpp | 14 ++++++++++---- test/FixIt/fixit-add-synthesize-to-property.m | 14 ++++++++++++++ test/SemaObjC/default-synthesize-3.m | 4 ++-- test/SemaObjC/default-synthesize.m | 2 +- test/SemaObjC/forward-protocol-incomplete-impl-warn.m | 2 +- 8 files changed, 35 insertions(+), 12 deletions(-) create mode 100644 test/FixIt/fixit-add-synthesize-to-property.m