This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from feb048ee68 Fix -DBUILD_SHARED_LIBS=ON build after rL362160 new f17828ac58 [CMake][Fuchsia] Use libc++ ABI v2 on Darwin as well new 1a0fe6c4a8 Defer building 'this' captures until we have left the captur [...] new 2b26b10a90 Fix the predefined exponent limit macros for the 16-bit IEEE [...]
The 3 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: cmake/caches/Fuchsia-stage2.cmake | 1 + include/clang/Sema/ScopeInfo.h | 26 ++++++++------------------ include/clang/Sema/Sema.h | 5 +++++ lib/Frontend/InitPreprocessor.cpp | 6 +++--- lib/Sema/SemaDecl.cpp | 2 +- lib/Sema/SemaExprCXX.cpp | 35 +---------------------------------- lib/Sema/SemaLambda.cpp | 23 ++++++++++++++++++++--- lib/Sema/SemaStmt.cpp | 6 +++--- test/AST/ast-dump-expr-json.cpp | 6 ++---- test/AST/ast-dump-expr.cpp | 4 ++-- test/Headers/float16.c | 6 +++--- test/Preprocessor/init.c | 6 +++--- test/SemaCXX/lambda-expressions.cpp | 6 ++++-- 13 files changed, 56 insertions(+), 76 deletions(-)