summaryrefslogtreecommitdiff
path: root/docs/PCHInternals.rst
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-02-25 02:44:04 +0000
committerAdrian Prantl <aprantl@apple.com>2015-02-25 02:44:04 +0000
commit9f65c5634036e08cee3ab904b1e3a23990a2caa0 (patch)
treec11c417e51caa207941044dfdbc08be42f4e9916 /docs/PCHInternals.rst
parentd68bbb9e7a282ca31b30f26b7d5d1aee436cdd25 (diff)
downloadclang-9f65c5634036e08cee3ab904b1e3a23990a2caa0.tar.gz
Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/PCHInternals.rst')
-rw-r--r--docs/PCHInternals.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/PCHInternals.rst b/docs/PCHInternals.rst
index d247d3ed0a..a36e65c199 100644
--- a/docs/PCHInternals.rst
+++ b/docs/PCHInternals.rst
@@ -65,9 +65,6 @@ be included at the beginning of the translation unit. The extensions to the
AST file format required for modules are discussed in the section on
:ref:`modules <pchinternals-modules>`.
-Clang's AST files are Mach-O, ELF, or COFF containers that contain a
-``__clangast`` section which holds the AST bitstream.
-
Clang's AST files are designed with a compact on-disk representation, which
minimizes both creation time and the time required to initially load the AST
file. The AST file itself contains a serialized representation of Clang's