[all-commits] [llvm/llvm-project] ee3c4b: [clang-doc] Make `--repository` change the HTML ou...

Paul Kirth via All-commits all-commits at lists.llvm.org
Fri Jan 10 18:57:00 PST 2025


  Branch: refs/heads/users/ilovepi/clang_doc_repo_option
  Home:   https://github.com/llvm/llvm-project
  Commit: ee3c4b40e18b1bba41db14ff72c689d16e2e075c
      https://github.com/llvm/llvm-project/commit/ee3c4b40e18b1bba41db14ff72c689d16e2e075c
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-01-11 (Sat, 11 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