Skip to content

Commit

Permalink
Fix a cross reference
Browse files Browse the repository at this point in the history
Instead of linking to the doxygen documentation, link to the new sphinx
documentation instead.
  • Loading branch information
AaronBallman committed Dec 6, 2023
1 parent 3a772c3 commit e8ce188
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions clang/docs/InternalsManual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,8 @@ mode. Instead of formatting and printing out the diagnostics, this
implementation just captures and remembers the diagnostics as they fly by.
Then ``-verify`` compares the list of produced diagnostics to the list of
expected ones. If they disagree, it prints out its own output. Full
documentation for the ``-verify`` mode can be found in the Clang API
documentation for `VerifyDiagnosticConsumer
</doxygen/classclang_1_1VerifyDiagnosticConsumer.html#details>`_.
documentation for the ``-verify`` mode can be found at
:ref:`verifying-diagnostics`.

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

.. _verifying-diagnostics:

Verifying Diagnostics
^^^^^^^^^^^^^^^^^^^^^
Clang ``-cc1`` supports the ``-verify`` command line option as a way to
Expand Down

0 comments on commit e8ce188

Please sign in to comment.