[cfe-commits] r163836 - in /cfe/trunk: include/clang/AST/CommentCommandTraits.h include/clang/AST/CommentCommands.td lib/AST/CommentSema.cpp test/Sema/warn-documentation.cpp utils/TableGen/ClangCommentCommandInfoEmitter.cpp
Dmitri Gribenko
gribozavr at gmail.com
Thu Sep 13 14:35:15 PDT 2012
On Fri, Sep 14, 2012 at 12:16 AM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Thu, Sep 13, 2012 at 1:36 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>> Author: gribozavr
>> Date: Thu Sep 13 15:36:01 2012
>> New Revision: 163836
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=163836&view=rev
>> Log:
>> Comment parsing: handle \deprecated command. It is a block command, but it
>> should be fine to use it without further explanations in the attached
>> paragraph, so the warning about empty paragraph was turned off for it.
>
> This commit breaks test/Sema/warn-documentation.cpp ; please revert or fix ASAP.
I'm sorry, I didn't have libxml2-dev installed and test was silently
skipped as unsupported for me.
Fixed in r163842.
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