[clang-tools-extra] [clang-tidy][NFC] Remove regex hacks to match full lines in tests (PR #162293)
Nicolas van Kempen via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 7 13:02:36 PDT 2025
================
@@ -203,14 +203,14 @@ template <typename T>
struct DependentBase {
int depValue;
// CHECK-MESSAGES: :[[@LINE-1]]:7: warning: invalid case style for member 'depValue'
- // CHECK-FIXES: {{^}} int DepValue;
+ // CHECK-FIXES: int DepValue;
----------------
nicovank wrote:
Was already there, but might as well fix the one extra space.
https://github.com/llvm/llvm-project/pull/162293
More information about the cfe-commits
mailing list