Rudimentary support for Doxygen \retval command
authorStephan Bergmann <sbergman@redhat.com>
Tue, 20 Aug 2019 08:36:21 +0000 (08:36 +0000)
committerStephan Bergmann <sbergman@redhat.com>
Tue, 20 Aug 2019 08:36:21 +0000 (08:36 +0000)
commit982b105d2f33abb89f0b25bee652afc049f2d38c
treed05e421fdd7dc72a60992de6059f088658fb6022
parentf66b767abe5edcdd7ab4a25007b71437f58c1369
Rudimentary support for Doxygen \retval command

...so that at least a preceding \param etc. that lacks a description gets a
-Wdocumentation warning (instead of erroneously treating the \retval ... text as
its paragraph).

Differential Revision: https://reviews.llvm.org/D66350

llvm-svn: 369345
clang/include/clang/AST/CommentCommands.td
clang/test/Sema/warn-documentation.cpp