[all-commits] [llvm/llvm-project] 9fa0ad: [clang-doc] Make `--repository` change the HTML ou...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Mon Jan 13 10:01:32 PST 2025
Branch: refs/heads/users/ilovepi/clang_doc_repo_option
Home: https://github.com/llvm/llvm-project
Commit: 9fa0ada93071d5b91bb36b676baad7fa8057200d
https://github.com/llvm/llvm-project/commit/9fa0ada93071d5b91bb36b676baad7fa8057200d
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-01-13 (Mon, 13 Jan 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
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