[clang-tools-extra] [clang-tidy] Add llvm-regex check (PR #207407)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 3 10:19:32 PDT 2026


================
@@ -0,0 +1,140 @@
+// RUN: %check_clang_tidy -std=c++17 %s llvm-regex %t
----------------
zeyi2 wrote:

```suggestion
// RUN: %check_clang_tidy -std=c++17-or-later %s llvm-regex %t
```

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


More information about the cfe-commits mailing list