This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c15e70eae8 Revert "Revert "[clang-diff] Move printing of matches and ch [...] new 477f579e67 [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (b [...]
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 | 7 +++++++ include/clang/Basic/DiagnosticSemaKinds.td | 10 ++++++++-- lib/Sema/SemaLambda.cpp | 20 +++++++++----------- test/CXX/expr/expr.prim/expr.prim.lambda/p8.cpp | 4 ++-- test/FixIt/fixit-cxx0x.cpp | 1 - test/SemaCXX/cxx2a-lambda-equals-this.cpp | 15 +++++++++++++++ www/cxx_status.html | 7 +++---- 7 files changed, 44 insertions(+), 20 deletions(-) create mode 100644 test/SemaCXX/cxx2a-lambda-equals-this.cpp