[clang-tools-extra] [clang-doc] Add --asset option to clang-doc (PR #94717)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 13:21:03 PDT 2024


================
@@ -131,12 +137,55 @@ std::string GetExecutablePath(const char *Argv0, void *MainAddr) {
   return llvm::sys::fs::getMainExecutable(Argv0, MainAddr);
 }
 
+void GetAssetFiles(clang::doc::ClangDocContext &CDCtx) {
+  std::error_code Code;
----------------
ilovepi wrote:

This still uses `Code`. please use a naming convention consistent w/ this tool and other parts of LLVM before marking it resolved.

https://github.com/llvm/llvm-project/pull/94717


More information about the cfe-commits mailing list