Skip to content

Commit e8ce188

Browse files
committed
Fix a cross reference
Instead of linking to the doxygen documentation, link to the new sphinx documentation instead.
1 parent 3a772c3 commit e8ce188

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clang/docs/InternalsManual.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,9 +477,8 @@ mode. Instead of formatting and printing out the diagnostics, this
477477
implementation just captures and remembers the diagnostics as they fly by.
478478
Then ``-verify`` compares the list of produced diagnostics to the list of
479479
expected ones. If they disagree, it prints out its own output. Full
480-
documentation for the ``-verify`` mode can be found in the Clang API
481-
documentation for `VerifyDiagnosticConsumer
482-
</doxygen/classclang_1_1VerifyDiagnosticConsumer.html#details>`_.
480+
documentation for the ``-verify`` mode can be found at
481+
:ref:`verifying-diagnostics`.
483482

484483
There are many other possible implementations of this interface, and this is
485484
why we prefer diagnostics to pass down rich structured information in
@@ -3314,6 +3313,8 @@ Testing
33143313
All functional changes to Clang should come with test coverage demonstrating
33153314
the change in behavior.
33163315

3316+
.. _verifying-diagnostics:
3317+
33173318
Verifying Diagnostics
33183319
^^^^^^^^^^^^^^^^^^^^^
33193320
Clang ``-cc1`` supports the ``-verify`` command line option as a way to

0 commit comments

Comments
 (0)