[clang] [Clang][AST] Fix MS Mangle concept uneval context template instantiation crash (PR #117845)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 27 04:42:32 PST 2024
================
@@ -0,0 +1,25 @@
+// RUN: %clang_cc1 -std=c++20 -fms-compatibility -fms-compatibility-version=19.33 -emit-llvm %s -o - -triple=x86_64-windows-msvc | FileCheck %s
----------------
zmodem wrote:
I think doing codegen (-emit-llvm) in clang/test/AST/ is unusual, those tests normally just look at the AST (though there are exceptions). Maybe there is a better place for this?
https://github.com/llvm/llvm-project/pull/117845
More information about the cfe-commits
mailing list