This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 01fa6f3 Reverting r290004, r290006, r290010 pending review. new 84ab5b6 Add fix-it notes to the nullability consistency warning.
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 | 4 ++ lib/Sema/SemaType.cpp | 80 +++++++++++++++------- test/FixIt/Inputs/nullability.h | 19 +++++ test/FixIt/nullability.mm | 40 ++++++----- test/SemaObjCXX/Inputs/nullability-consistency-1.h | 10 +++ test/SemaObjCXX/Inputs/nullability-consistency-2.h | 10 +++ test/SemaObjCXX/Inputs/nullability-consistency-3.h | 2 + test/SemaObjCXX/Inputs/nullability-consistency-4.h | 2 + test/SemaObjCXX/Inputs/nullability-consistency-5.h | 2 + test/SemaObjCXX/Inputs/nullability-consistency-6.h | 5 +- test/SemaObjCXX/Inputs/nullability-consistency-7.h | 4 ++ test/SemaObjCXX/Inputs/nullability-consistency-8.h | 10 ++- .../Inputs/nullability-consistency-arrays.h | 52 +++++++++++--- .../nullability-consistency-system.h | 2 + test/SemaObjCXX/Inputs/nullability-pragmas-1.h | 36 +++++++++- 15 files changed, 220 insertions(+), 58 deletions(-) create mode 100644 test/FixIt/Inputs/nullability.h