This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 96af6760cd [Driver] Use ld.lld directly for Fuchsia rather than passing flavor new b1ead8ba0f [Sema] Add support for flexible array members in Obj-C.
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/DiagnosticGroups.td | 2 + include/clang/Basic/DiagnosticSemaKinds.td | 22 +++ lib/Sema/SemaDecl.cpp | 115 ++++++------ lib/Sema/SemaDeclObjC.cpp | 112 +++++++++++ lib/Sema/SemaObjCProperty.cpp | 8 + test/Sema/transparent-union.c | 2 +- test/SemaCXX/flexible-array-test.cpp | 5 + test/SemaObjC/flexible-array-arc.m | 36 ++++ test/SemaObjC/flexible-array.m | 288 +++++++++++++++++++++++++++++ test/SemaObjC/ivar-sem-check-1.m | 5 +- test/SemaObjCXX/flexible-array.mm | 37 ++++ 11 files changed, 577 insertions(+), 55 deletions(-) create mode 100644 test/SemaObjC/flexible-array-arc.m create mode 100644 test/SemaObjC/flexible-array.m create mode 100644 test/SemaObjCXX/flexible-array.mm