Displaying 1 result from an estimated 1 matches for "1147afaf".
2020 Jul 17
3
[FileCheck] RFC: Add support for line anchors.
Hello,
I was wondering about extending FileCheck to enable creating line
anchors. These are numeric variables that hold the value of the line
number that where they were defined.
The motivation for this comes from test cases using clang-based
diagnostics which often include notes attached to source locations in
different parts of the file. In order to test for the correct location
of the note,