]> granicus.if.org Git - clang/commit
Comment diagnostics: add warning for multiple \param commands with duplicate
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 24 Jul 2012 21:44:16 +0000 (21:44 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 24 Jul 2012 21:44:16 +0000 (21:44 +0000)
commit6582277bfc8bb587602e2c0689b6b2ff4b9bef53
treebae823995050b02329a1542197d002c3b57c48bf
parent56df4a9e0461d4dfb2a740cb6b0ce531d6c82538
Comment diagnostics: add warning for multiple \param commands with duplicate
parameter names.

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