diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-04-09 18:08:18 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-04-09 18:08:18 +0000 |
commit | df0d9070b8b6c833ecfabb7a65c0437c010cf9aa (patch) | |
tree | 29a7fe033709a25b0a7b4b6d68593f3f4bf87a4e | |
parent | 6b27a811c64a402f089f21887636ed998a62ab7f (diff) | |
download | bcm5719-llvm-df0d9070b8b6c833ecfabb7a65c0437c010cf9aa.tar.gz bcm5719-llvm-df0d9070b8b6c833ecfabb7a65c0437c010cf9aa.zip |
Add link from internals manual to PTH documentation.
llvm-svn: 68717
-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> |