This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 53b90c6143 Variable auto-init: split out small arrays new 4874bff565 [ObjC] Emit a boxed expression as a compile-time constant if [...]
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/AST/ExprObjC.h | 6 ++++++ include/clang/Basic/DiagnosticGroups.td | 1 + include/clang/Basic/DiagnosticSemaKinds.td | 3 +++ lib/AST/ExprConstant.cpp | 4 ++++ lib/CodeGen/CGExprConstant.cpp | 19 +++++++++++++++-- lib/CodeGen/CGObjC.cpp | 8 +++++++- lib/Sema/SemaExprObjC.cpp | 25 +++++++++++++++++++++++ test/CodeGenObjC/boxing.m | 10 +++++++++ test/SemaObjC/boxing-illegal.m | 15 +++++++++++++- test/SemaObjC/objc-literal-sig.m | 6 ++++-- test/SemaObjC/transfer-boxed-string-nullability.m | 18 ++++++++++++---- test/SemaObjCXX/literals.mm | 8 ++++++++ 12 files changed, 113 insertions(+), 10 deletions(-)