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)
commitdc2e2fb9cef72e74346111633dade73854be3576
tree0e2de99a2fd9c8e3fdcfbfb6606cc4fd71f42022
parente98da7f5483317fbf6bd5ecca6b2ba5e14fedd17
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, ...);

llvm-svn: 184283
clang/include/clang/AST/CommentSema.h
clang/lib/AST/CommentSema.cpp
clang/test/Sema/warn-documentation.m