diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/docs/InternalsManual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.rst b/clang/docs/InternalsManual.rst index 0ac93bf4bb4..f84f4586737 100644 --- a/clang/docs/InternalsManual.rst +++ b/clang/docs/InternalsManual.rst @@ -423,7 +423,7 @@ Fix-it hints can be created with one of three constructors: .. _DiagnosticConsumer: The ``DiagnosticConsumer`` Interface -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Once code generates a diagnostic with all of the arguments and the rest of the relevant information, Clang needs to know what to do with it. As previously |