diff options
-rw-r--r-- | clang/docs/InternalsManual.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index 0eaf722be31..05b45a6ab30 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/docs/InternalsManual.html @@ -31,6 +31,7 @@ td { <ul> </ul> </li> +<li><a href="#pth">Pretokenized Headers (PTH)</a> <li><a href="#libfrontend">The Frontend Library</a> <ul> </ul> @@ -543,7 +544,15 @@ This concept maps directly to the "spelling location" for the token.</p> <h2 id="libdriver">The Driver Library</h2> <!-- ======================================================================= --> -<p>The clang Driver and library are documented <a href="DriverInternals.html">here<a>.<p> +<p>The clang Driver and library are documented <a +href="DriverInternals.html">here<a>.<p> + +<!-- ======================================================================= --> +<h2 id="pth">Pretokenized Headers (PTH)</h2> +<!-- ======================================================================= --> + +<p>Clang's current implementation of precompiled headers, known as PTH, is +documented <a href="PTHInternals.html">here</a>.</p> <!-- ======================================================================= --> <h2 id="libfrontend">The Frontend Library</h2> |