]> granicus.if.org Git - clang/commit
Comment parsing: allow "\param ..." to describe variadic arguments
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 24 Jun 2013 04:41:32 +0000 (04:41 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 24 Jun 2013 04:41:32 +0000 (04:41 +0000)
commitc5b0054693b3b3cafe6a13549358c22e07fcd4ff
treef7647a937c8e77caafef3ef210ee952d6b2ec164
parentddb10f767604d8efa5e491076d6fdd23a19db86c
Comment parsing: allow "\param ..." to describe variadic arguments

Original patch by Fariborz Jahanian; extended by me.

Fixes rdar://14124644

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184688 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
bindings/xml/comment-xml-schema.rng
include/clang/AST/Comment.h
include/clang/AST/CommentSema.h
lib/AST/Comment.cpp
lib/AST/CommentSema.cpp
test/Index/Inputs/CommentXML/invalid-function-13.xml [new file with mode: 0644]
test/Index/Inputs/CommentXML/valid-function-07.xml
test/Index/comment-to-html-xml-conversion.cpp
test/Index/comment-xml-schema.c
test/Sema/warn-documentation.cpp
test/Sema/warn-documentation.m
tools/libclang/CXComment.cpp