<ul>
</ul>
</li>
+<li><a href="#pth">Pretokenized Headers (PTH)</a>
<li><a href="#libfrontend">The Frontend Library</a>
<ul>
</ul>
<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>