[all-commits] [llvm/llvm-project] 64cc3f: [Clang] Fix the mangling of lambdas (#89204)
cor3ntin via All-commits
all-commits at lists.llvm.org
Fri Apr 19 08:44:35 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64cc3fad53c8313ad2fb3f2ba2fd44f280e5babf
https://github.com/llvm/llvm-project/commit/64cc3fad53c8313ad2fb3f2ba2fd44f280e5babf
Author: cor3ntin <corentinjabot at gmail.com>
Date: 2024-04-19 (Fri, 19 Apr 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/LangOptions.h
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
A clang/test/CodeGenCXX/mangle-lambdas-gh88906.cpp
Log Message:
-----------
[Clang] Fix the mangling of lambdas (#89204)
Lambdas used in the initializer of a local class were not mangling the
name of the member.
Fixes #88906
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list