[clang] [clang] Skip dllexport of inherited constructors with unsatisfied constraints (PR #186497)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 13 14:52:11 PDT 2026
================
@@ -0,0 +1,35 @@
+// RUN: %clang_cc1 -triple x86_64-windows-msvc -fsyntax-only -fms-extensions -verify -std=c++20 %s
----------------
efriedma-quic wrote:
This test is passing without your patch. Did you mean to put something in which would make it fail?
https://github.com/llvm/llvm-project/pull/186497
More information about the cfe-commits
mailing list