This is an archive of the discontinued LLVM Phabricator instance.

[Sema][Comments] Support @param with c++ 'using' keyword
ClosedPublic

Authored by bruno on Aug 22 2016, 2:17 PM.

Details

Summary

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.

Diff Detail

Event Timeline

bruno updated this revision to Diff 68910.Aug 22 2016, 2:17 PM
bruno retitled this revision from to [Sema][Comments] Support @param with c++ 'using' keyword.
bruno updated this object.
bruno added a reviewer: rsmith.
bruno added a subscriber: cfe-commits.
gribozavr accepted this revision.Aug 24 2016, 6:01 AM
gribozavr edited edge metadata.

LGTM, thanks!

This revision is now accepted and ready to land.Aug 24 2016, 6:01 AM
bruno closed this revision.Aug 24 2016, 3:56 PM

r279662