mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 02:26:46 +00:00

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.