[PATCH] D23783: [Sema][Comments] Support @param with c++ 'using' keyword

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 22 14:17:05 PDT 2016


bruno created this revision.
bruno added a reviewer: rsmith.
bruno added a subscriber: cfe-commits.

Give appropriate warnings with -Wdocumentation for @param comments
that refer to function aliases defined with 'using'. Very similar
to typedef's behavior. Support for TypeAliasTemplateDecl comes next.

https://reviews.llvm.org/D23783

Files:
  lib/AST/Comment.cpp
  test/Sema/warn-documentation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23783.68910.patch
Type: text/x-patch
Size: 4343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160822/cee87f2c/attachment.bin>


More information about the cfe-commits mailing list