]> granicus.if.org Git - clang/commit
Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functions...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 19 Jun 2013 06:58:14 +0000 (06:58 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 19 Jun 2013 06:58:14 +0000 (06:58 +0000)
commitb0f9314bbe29d09c3ea3f76a257125d1568665c7
tree6e68184c264088ad65a504e224bcccf438fb7cfb
parentc894b326cf10b1ea4610ccddcc40e5648363c9ba
Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functions/methods."

It crashes in the case;

/// Without any "param"s in the description.
int printf(const char *format, ...);

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184283 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CommentSema.h
lib/AST/CommentSema.cpp
test/Sema/warn-documentation.m