From 72e4f25c067d44a9dbc70a0c8bb50120cded6a72 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 16 Sep 2012 01:44:02 +0000 Subject: [PATCH] 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 --- docs/PCHInternals.html | 320 ++++++++++++++++++++++++++++------------- 1 file changed, 223 insertions(+), 97 deletions(-) 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