[PATCH] D65483: [clang-doc] Add link to source code in file definitions

Julie Hockett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 7 13:32:33 PDT 2019


juliehockett added inline comments.


================
Comment at: clang-tools-extra/clang-doc/Representation.h:385
+        SourceRoot(SourceRoot), UserStylesheets(UserStylesheets),
+        JsScripts(JsScripts) {
+    if (!RepositoryUrl.empty()) {
----------------
Move to .cpp file (now that it has a non-trivial implementation)


================
Comment at: clang-tools-extra/clang-doc/Representation.h:396
+  std::string OutDirectory; // Directory for outputting generated files.
+  std::string SourceRoot;   //
+  llvm::Optional<std::string> RepositoryUrl;
----------------
Comment


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

https://reviews.llvm.org/D65483





More information about the cfe-commits mailing list