This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e0c6af7e0c [analyzer] Specify the C++ standard in more tests. new 3e0834ac1f [hip][cuda] Fix the extended lambda name mangling issue. new ae6164e81a [clang][driver] Print compilation phases with indentation.
The 2 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 | 29 +++++++++++---- include/clang/Sema/Sema.h | 17 ++++++--- lib/AST/ASTImporter.cpp | 3 +- lib/AST/Decl.cpp | 6 ++- lib/Driver/Driver.cpp | 29 ++++++++++++--- lib/Sema/SemaLambda.cpp | 73 ++++++++++++++++++++++++++++--------- lib/Sema/TreeTransform.h | 12 ++++-- lib/Serialization/ASTReaderDecl.cpp | 1 + lib/Serialization/ASTWriter.cpp | 1 + test/CodeGenCUDA/unnamed-types.cu | 39 ++++++++++++++++++++ 10 files changed, 167 insertions(+), 43 deletions(-) create mode 100644 test/CodeGenCUDA/unnamed-types.cu