[PATCH] D63857: [clang-doc] Add a structured HTML generator
Julie Hockett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 9 09:03:52 PDT 2019
juliehockett accepted this revision.
juliehockett added a comment.
This revision is now accepted and ready to land.
LGTM, unless Jake has further comments.
================
Comment at: clang-tools-extra/clang-doc/HTMLGenerator.cpp:503
+ }
+ // std::move(Nodes.begin(), Nodes.end(), std::back_inserter(MainContentNode));
+
----------------
Remove this
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63857/new/
https://reviews.llvm.org/D63857
More information about the cfe-commits
mailing list