[all-commits] [llvm/llvm-project] 1a7e79: [clang-doc] Make `--repository` change the HTML ou...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Thu Feb 6 11:26:40 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a7e79b85dfbce32ccab6b4fb7fc3b1906f1d997
https://github.com/llvm/llvm-project/commit/1a7e79b85dfbce32ccab6b4fb7fc3b1906f1d997
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M clang-tools-extra/clang-doc/HTMLGenerator.cpp
M clang-tools-extra/test/clang-doc/Inputs/basic-project/src/Circle.cpp
M clang-tools-extra/test/clang-doc/basic-project.test
M clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp
Log Message:
-----------
[clang-doc] Make `--repository` change the HTML output (#122566)
The current check in writeFileDefinition() is incorrect, and prevents us
from ever emitting the URL from the clang-doc tool. The unit tests do
test this, but call the API directly circumventing the check.
This is the first step towards addressing #59814.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list