On Sun, Nov 18, 2012 at 2:30 AM, Dmitri Gribenko <[email protected]> wrote:
> Author: gribozavr
> Date: Sat Nov 17 18:30:31 2012
> New Revision: 168277
>
> URL: http://llvm.org/viewvc/llvm-project?rev=168277&view=rev
> Log:
> Documentation parsing: propely handle a lone '\endverbatim' and emit a 
> warning.
>
> We actually used to assert on this.
>
> Thanks to NAKAMURA Takumi for noticing this!

Hi Doug,

This fixes a crash, so I think it should go into 3.2 release.  I need
your approval for this.  Could you please take a look?

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 <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to