Displaying 2 results from an estimated 2 matches for "d84037".
2020 Jul 17
3
[FileCheck] RFC: Add support for line anchors.
...as an,
often large, offset to the current line. This harms both readability
and maintainability. Using this new system one could append a line of
interest with an anchor-comment and refer back to it inside FileCheck.
I have created a basic patch that implements this here
https://reviews.llvm.org/D84037 but it definitely needs a few looks
over by people who are more clued up on the internal of FileCheck.
The current syntax, based off this patch, is as follows:
- Added a command line option called `anchor-prefix` which is a
comma-seperated list of prefixes to be used when declaring anchors.
This...
2020 Jul 17
2
[cfe-dev] [FileCheck] RFC: Add support for line anchors.
...bility
> > and maintainability. Using this new system one could append a line
> > of
> > interest with an anchor-comment and refer back to it inside
> > FileCheck.
> >
> > I have created a basic patch that implements this here
> > https://reviews.llvm.org/D84037 but it definitely needs a few looks
> > over by people who are more clued up on the internal of FileCheck.
> >
> > The current syntax, based off this patch, is as follows:
> > - Added a command line option called `anchor-prefix` which is a
> > comma-seperated list o...