This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from efcdd0646b [Driver] Add a "-mmacos_version_min" option that's an alias [...] new dc1f3e5a2b Introduce Wzero-as-null-pointer-constant. new e9b6eb5833 [ObjC] Don't disallow vector parameters/return values in met [...]
The 2 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 | 3 +++ include/clang/Sema/Sema.h | 3 +++ lib/Sema/Sema.cpp | 14 ++++++++++++++ lib/Sema/SemaDeclObjC.cpp | 4 +--- test/SemaCXX/warn-zero-nullptr.cpp | 27 +++++++++++++++++++++++++++ test/SemaObjC/x86-method-vector-values.m | 11 ++--------- 6 files changed, 50 insertions(+), 12 deletions(-) create mode 100644 test/SemaCXX/warn-zero-nullptr.cpp