This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e3f8429a58 [analyzer] Hotfix for the bug in exploded graph printing new 5f18238038 [cxx2a] P0624R2: Lambdas with no capture-default are default [...]
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/DeclCXX.h | 14 ++++----- include/clang/Basic/DiagnosticSemaKinds.td | 5 +++ lib/AST/DeclCXX.cpp | 18 +++++++++++ lib/Sema/SemaDeclCXX.cpp | 3 +- lib/Sema/SemaExpr.cpp | 11 +++++++ test/SemaCXX/cxx17-compat.cpp | 15 +++++++++ test/SemaCXX/cxx2a-lambda-default-ctor-assign.cpp | 37 +++++++++++++++++++++++ www/cxx_status.html | 2 +- 8 files changed, 95 insertions(+), 10 deletions(-) create mode 100644 test/SemaCXX/cxx2a-lambda-default-ctor-assign.cpp