[clang] [clang-cl] Add support for [[msvc::constexpr]] C++11 attribute (PR #71300)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 9 04:59:56 PST 2023
================
@@ -0,0 +1,16 @@
+// RUN: %clang_cc1 -fms-compatibility -fms-compatibility-version=19.33 -std=c++20 -verify=supported %s
----------------
Endilll wrote:
Judging by the failure https://lab.llvm.org/buildbot/#/builders/60/builds/15037, you might want to test for specific triples.
https://github.com/llvm/llvm-project/pull/71300
More information about the cfe-commits
mailing list