diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-06-19 06:58:14 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-06-19 06:58:14 +0000 |
| commit | dc2e2fb9cef72e74346111633dade73854be3576 (patch) | |
| tree | 0e2de99a2fd9c8e3fdcfbfb6606cc4fd71f42022 /clang/test/Sema/warn-documentation.m | |
| parent | e98da7f5483317fbf6bd5ecca6b2ba5e14fedd17 (diff) | |
| download | bcm5719-llvm-dc2e2fb9cef72e74346111633dade73854be3576.tar.gz bcm5719-llvm-dc2e2fb9cef72e74346111633dade73854be3576.zip | |
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
Diffstat (limited to 'clang/test/Sema/warn-documentation.m')
| -rw-r--r-- | clang/test/Sema/warn-documentation.m | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/clang/test/Sema/warn-documentation.m b/clang/test/Sema/warn-documentation.m index e348dba3e0c..17dd92e6eba 100644 --- a/clang/test/Sema/warn-documentation.m +++ b/clang/test/Sema/warn-documentation.m @@ -215,22 +215,3 @@ int FooBar(); /// \brief comment -(void)meth {} @end - -// rdar://14124644 -@interface rdar14124644 -/// @param[in] arg somthing -/// @param[in] ... This is vararg -- (void) VarArgMeth : (id)arg, ...; -@end - -@implementation rdar14124644 -/// @param[in] arg somthing -/// @param[in] ... This is vararg -- (void) VarArgMeth : (id)arg, ... {} -@end - -/// @param[in] format somthing -/// @param[in] ... -/// Variable arguments that are needed for the printf style -/// format string \a format. -int printf(const char* format, ...); |

