From: Douglas Gregor Date: Sun, 16 Sep 2012 01:44:02 +0000 (+0000) Subject: Update the PCH internals documentation to cover chained precompiled X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72e4f25c067d44a9dbc70a0c8bb50120cded6a72;p=clang Update the PCH internals documentation to cover chained precompiled headers and modules in more detail. I'd still like to expand on some of the modules-related issues further, but this is a decent start. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163989 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/PCHInternals.html b/docs/PCHInternals.html index 28ce1ce53e..502c4bb5ed 100644 --- a/docs/PCHInternals.html +++ b/docs/PCHInternals.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> - Precompiled Headers (PCH) + Precompiled Header and Modules Internals