[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:38 PDT 2025
================
@@ -236,69 +236,69 @@ void unittest_b1_09_00() {
CC100;
if(1 && 1) {
-// CHECK-NOTES: :[[@LINE-1]]:3: note: +1, including nesting penalty of 0, nesting level increased to 1{{$}}
-// CHECK-NOTES: :[[@LINE-2]]:8: note: +1{{$}}
+// CHECK-NOTES: :[[@LINE-1]]:3: note: +1, including nesting penalty of 0, nesting level increased to 1
+// CHECK-NOTES: :[[@LINE-2]]:8: note: +1
----------------
nicovank wrote:
Are we matching full lines in `NOTES`? If not, these may be important.
https://github.com/llvm/llvm-project/pull/162293
More information about the cfe-commits
mailing list