summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-04-09 18:08:18 +0000
committerTed Kremenek <kremenek@apple.com>2009-04-09 18:08:18 +0000
commitcfa8d57f83697da82de4dbc452e822f759ba83e6 (patch)
tree246bd8318605456f55c3ba610c1e78b2b2c3b01b /docs
parent07f08d25efe448e4fa8f3134bf9fe69e50907ed4 (diff)
downloadclang-cfa8d57f83697da82de4dbc452e822f759ba83e6.tar.gz
Add link from internals manual to PTH documentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68717 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/InternalsManual.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html
index 0eaf722be3..05b45a6ab3 100644
--- a/docs/InternalsManual.html
+++ b/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>