[cfe-commits] r168277 - in /cfe/trunk: include/clang/Basic/DiagnosticCommentKinds.td lib/AST/CommentParser.cpp test/Sema/warn-documentation.cpp

Dmitri Gribenko gribozavr at gmail.com
Sat Nov 17 16:34:29 PST 2012


On Sun, Nov 18, 2012 at 2:30 AM, Dmitri Gribenko <gribozavr at gmail.com> 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 <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list