[clang-tools-extra] [clang-doc] Switch to string internment (PR #190044)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 1 23:29:29 PDT 2026
================
@@ -436,6 +436,7 @@ Example usage for a project using a compile commands database:
G->generateDocumentation(OutDirectory, std::move(USRToInfo), CDCtx));
llvm::outs() << "Generating assets for docs...\n";
ExitOnErr(G->createResources(CDCtx));
+
----------------
ilovepi wrote:
hmm. looks like I may have mis-rebased or something. I'll up date the stack to make sure we avoid unrelated changes.
https://github.com/llvm/llvm-project/pull/190044
More information about the cfe-commits
mailing list