]> granicus.if.org Git - clang/commit
Documentation parsing: recognize \relates, \related, \relatesonly, \relatedonly
authorDmitri Gribenko <gribozavr@gmail.com>
Sun, 23 Jun 2013 23:33:14 +0000 (23:33 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sun, 23 Jun 2013 23:33:14 +0000 (23:33 +0000)
commit6969e43b14a91124b98e4b0bd4d34a736123fe0b
tree9f461b2035a7fbbccf556ad4f896d01570f09e9c
parent572cf585da655522651b589101784c58902f8690
Documentation parsing: recognize \relates, \related, \relatesonly, \relatedonly
so that -Wdocumentation-unknown-command does not warn on these commands.
Fixes PR16092.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184676 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CommentCommands.td
test/Sema/warn-documentation.cpp