[PATCH] D48908: [clang-doc] Pass over function-internal declarations

Julie Hockett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 3 17:44:07 PDT 2018


juliehockett created this revision.
juliehockett added reviewers: ioeric, lebedev.ri.
juliehockett added a project: clang-tools-extra.

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


https://reviews.llvm.org/D48908

Files:
  clang-tools-extra/clang-doc/Mapper.cpp
  clang-tools-extra/test/clang-doc/bc-record.cpp
  clang-tools-extra/test/clang-doc/mapper-class-in-function.cpp
  clang-tools-extra/test/clang-doc/yaml-record.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48908.154026.patch
Type: text/x-patch
Size: 21059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180704/721196f5/attachment-0001.bin>


More information about the cfe-commits mailing list