This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9e5d110b06 Fix taint-generic.c on Windows, handle case in OS error new f43f5a608f [driver][test] Update as-options.s to not write to a readonly tree new efb3ef33b6 When determining whether a lambda-expression is implicitly c [...] new e5998ae05c Give the 'signed/unsigned wchar_t' extension a warning flag, [...]
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: include/clang/Basic/DiagnosticSemaKinds.td | 7 +- include/clang/Sema/Sema.h | 12 +- lib/Sema/SemaDecl.cpp | 3 +- lib/Sema/SemaDeclCXX.cpp | 330 +++++++++++++++++-------- lib/Sema/SemaLambda.cpp | 5 +- lib/Sema/SemaType.cpp | 4 +- test/ASTMerge/exprs-cpp/test.cpp | 4 +- test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp | 5 +- test/Driver/as-options.s | 5 +- test/Misc/warning-flags.c | 2 +- test/SemaCXX/cxx1z-constexpr-lambdas.cpp | 29 +++ test/SemaCXX/wchar_t.cpp | 8 +- 12 files changed, 284 insertions(+), 130 deletions(-)