[clang] [clang][Modules] Complete the implementation of P2615: Meaningful exports (PR #194201)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 27 00:43:23 PDT 2026
================
@@ -0,0 +1,66 @@
+// RUN: %clang_cc1 -std=c++20 -fexceptions -fcxx-exceptions -pedantic-errors %s -verify
----------------
Endilll wrote:
`-verify-directives` is missing.
https://github.com/llvm/llvm-project/pull/194201
More information about the cfe-commits
mailing list