This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Pass over function-internal declarations
ClosedPublic

Authored by juliehockett on Jul 3 2018, 5:44 PM.

Details

Summary

Things declared internally to functions shouldn't be documented, and so bail early if encountered.

Diff Detail

Event Timeline

juliehockett created this revision.Jul 3 2018, 5:44 PM
Eugene.Zelenko added inline comments.
clang-tools-extra/clang-doc/Mapper.cpp
33

Type is not easily deducible, so please don't use auto.

juliehockett marked an inline comment as done.

Updating tests

ioeric removed a reviewer: ioeric.Aug 6 2018, 8:05 AM
leonardchan accepted this revision.Aug 9 2018, 5:17 PM
This revision is now accepted and ready to land.Aug 9 2018, 5:17 PM