[llvm-commits] [PATCH] Fix formatting for FileCheck.rst

Dmitri Gribenko gribozavr at gmail.com
Wed Nov 14 11:43:48 PST 2012


On Wed, Nov 14, 2012 at 9:26 PM, Sean Silva <silvas at purdue.edu> wrote:
> LGTM. Please commit.

Thank you for the review!

> While looking over the patch, I ran into
>
> +like "``CHECK: [[XYZ:.\\*]]x[[XYZ]]``", the check line will read the previous
>
> which looks like it is supposed to render with a `.*` regex, but
> currently it comes out with a backslash inside there. I think both
> backslashes need to be removed (could you sneak this into the current
> patch?).

Done and committed r167964.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-commits mailing list