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

via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 18 06:01:04 PDT 2024


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

> Do you know if we're doing the correct thing for Microsoft mangling in this case? 
Yes. I added tests

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


More information about the cfe-commits mailing list