[PATCH] D65030: [clang-doc] Add second index for sections within info's content

Jake Ehrlich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 2 15:28:36 PDT 2019


jakehehrlich accepted this revision.
jakehehrlich added a comment.
This revision is now accepted and ready to land.

This looks awesome!



================
Comment at: clang-tools-extra/clang-doc/HTMLGenerator.cpp:257
+genTypeReference(const Reference &Type, StringRef CurrentDirectory,
+                 StringRef JumpToSection = "") {
+  if (Type.Path.empty()) {
----------------
Use an optional StringRef instead


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65030/new/

https://reviews.llvm.org/D65030





More information about the cfe-commits mailing list