Some very rough Driver documentation.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68030 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html
index 42b3b78..0eaf722 100644
--- a/docs/InternalsManual.html
+++ b/docs/InternalsManual.html
@@ -27,6 +27,14 @@
       classes</a></li>
   </ul>
 </li>
+<li><a href="#libdriver">The Driver Library</a>
+  <ul>
+  </ul>
+</li>
+<li><a href="#libfrontend">The Frontend Library</a>
+  <ul>
+  </ul>
+</li>
 <li><a href="#liblex">The Lexer and Preprocessor Library</a>
   <ul>
   <li><a href="#Token">The Token class</a></li>
@@ -532,6 +540,20 @@
 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>
+
+<!-- ======================================================================= -->
+<h2 id="libfrontend">The Frontend Library</h2>
+<!-- ======================================================================= -->
+
+<p>The Frontend library contains functionality useful for building
+tools on top of the clang libraries, for example several methods for
+outputting diagnostics.</p>
+
+<!-- ======================================================================= -->
 <h2 id="liblex">The Lexer and Preprocessor Library</h2>
 <!-- ======================================================================= -->