diff options
author | Fangrui Song <maskray@google.com> | 2018-04-30 20:51:50 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2018-04-30 20:51:50 +0000 |
commit | 5dfb61a1b67905dde10cb79ee1d22db631960fcb (patch) | |
tree | 32b41a37fa44e3d599e83e4f569e4bd1c69f1abf /clang/docs/InternalsManual.rst | |
parent | dd3c75a067021d5cd6235ef8ef80e855f1a0b01e (diff) | |
download | bcm5719-llvm-5dfb61a1b67905dde10cb79ee1d22db631960fcb.tar.gz bcm5719-llvm-5dfb61a1b67905dde10cb79ee1d22db631960fcb.zip |
[docs] Fix docs/InternalsManual.rst heading.
llvm-svn: 331225
Diffstat (limited to 'clang/docs/InternalsManual.rst')
-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 |