This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fd7dbaf670 [analyzer] scan-build: handle --sysroot=/path in addition to [...] new 6f53b4f252 [c++20] Fix some ambiguities in our mangling of lambdas with [...]
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/Mangle.h | 2 + lib/AST/DeclBase.cpp | 7 ++ lib/AST/ItaniumCXXABI.cpp | 70 ++++++++++---- lib/AST/ItaniumMangle.cpp | 103 +++++++++++++++------ lib/Sema/SemaLambda.cpp | 8 +- .../mangle-lambda-explicit-template-params.cpp | 59 ++++++++++++ 6 files changed, 200 insertions(+), 49 deletions(-)