[clang] [Clang][NFC] Mark 3106 as implemented. (PR #192256)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 15 06:34:15 PDT 2026


================
@@ -0,0 +1,15 @@
+// RUN: %clang_cc1 -std=c++98 -fexceptions -fcxx-exceptions -pedantic-errors -verify-directives -verify=expected %s
----------------
Endilll wrote:

```suggestion
// RUN: %clang_cc1 -std=c++98 -fexceptions -fcxx-exceptions -pedantic-errors %s -verify-directives -verify=expected
```
I know there are several files who put `%s` after `-verify`, which can have variable length. I'll fix them later.

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


More information about the cfe-commits mailing list