[PATCH] D101968: Fix bad mangling of <data-member-prefix> for a closure in the initializer of a variable at global namespace scope.
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 5 18:58:59 PDT 2021
rsmith created this revision.
rsmith added a reviewer: rjmccall.
Herald added a subscriber: dexonsmith.
rsmith requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This implements the direction proposed in
https://github.com/itanium-cxx-abi/cxx-abi/pull/126.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101968
Files:
clang/include/clang/Basic/CodeGenOptions.h
clang/include/clang/Basic/LangOptions.h
clang/lib/AST/ItaniumMangle.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGenCXX/clang-abi-compat.cpp
clang/test/CodeGenCXX/lambda-expressions-nested-linkage.cpp
clang/test/CodeGenCXX/mangle-lambda-explicit-template-params.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101968.343267.patch
Type: text/x-patch
Size: 14846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210506/7a5a3597/attachment-0001.bin>
More information about the cfe-commits
mailing list