[clang] [Clang] Fix the mangling of lambdas (PR #89204)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 18 04:31:20 PDT 2024


================
@@ -0,0 +1,27 @@
+// RUN: %clang_cc1 -triple x86_64-linux-gnu %s -emit-llvm -o - | FileCheck %s
----------------
AaronBallman wrote:

Do you know if we're doing the correct thing for Microsoft mangling in this case? (Do we have test coverage for that? Maybe add some tests as a follow-up PR?)

https://github.com/llvm/llvm-project/pull/89204


More information about the cfe-commits mailing list