]> granicus.if.org Git - clang/commit
Documentation comment parsing: when checking if we have typedef to something
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 17 Dec 2013 22:22:14 +0000 (22:22 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 17 Dec 2013 22:22:14 +0000 (22:22 +0000)
commitbd28dd97f68b177ff825ca38e59013a7a40f8b2e
tree6502922c736a27e0b68522327e82c6f76421c039
parent75c211837ec8c11c5ac109b26f7549e81e82da7d
Documentation comment parsing: when checking if we have typedef to something
that we consider a function for the purposes of checking \param and \returns,
look through reference types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197530 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Comment.cpp
test/Sema/warn-documentation.cpp