[llvm-commits] [PATCH] Convert SystemLibrary documentation to RST

Sean Silva silvas at purdue.edu
Sun Nov 18 11:16:10 PST 2012


No problem.

I forgot to mention that pandoc will produce just raw `::` for code
blocks, which need to be manually changed to `.. code-block:: <lang>`,
but that can generally be done pretty quickly and easily with a global
replace. The <lang> may require some tweaking, but in most documents,
the <lang> is usually the same for all (or almost all) code blocks.

-- Sean Silva

On Sun, Nov 18, 2012 at 1:43 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> On Sun, Nov 18, 2012 at 8:29 PM, Sean Silva <silvas at purdue.edu> wrote:
>> With those changes, it LGTM.
>
> Thank you for the review and advice.  Committed r168289, 168290.
>
> 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