[cfe-commits] [PATCH] Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in FileCheck

Dmitri Gribenko gribozavr at gmail.com
Wed Nov 14 13:06:11 PST 2012



================
Comment at: docs/CommandGuide/FileCheck.rst:303
@@ +302,3 @@
+
+To support this case, FileCheck allows using **[[@LINE]]**,
+**[[@LINE+<offset>]]**, **[[@LINE-<offset>]]** expressions in patterns. These
----------------
Alexander Kornienko wrote:
> Dmitri Gribenko wrote:
> > Dmitri Gribenko wrote:
> > > Alexander Kornienko wrote:
> > > > Dmitri Gribenko wrote:
> > > > > Maybe use double backticks to mark code?  Like ```this```.
> > > > I use the same style as in the rest of the file (see line #286, for example).
> > > OK, good if it is self-consistent.
> > Sean agreed that bold is not correct so I changed the rest of the file in r167964 to use a monospaced font.
> I'd appreciate if next time you refactor the file I have local changes to _after_ my commit, or just ask me to do the modifications. As otherwise it creates conflicts, which require additional effort to deal with.
Sorry about that -- my fault.


http://llvm-reviews.chandlerc.com/D109



More information about the cfe-commits mailing list