From: Ted Kremenek Date: Thu, 9 Apr 2009 18:08:18 +0000 (+0000) Subject: Add link from internals manual to PTH documentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfa8d57f83697da82de4dbc452e822f759ba83e6;p=clang Add link from internals manual to PTH documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68717 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html index 0eaf722be3..05b45a6ab3 100644 --- a/docs/InternalsManual.html +++ b/docs/InternalsManual.html @@ -31,6 +31,7 @@ td { +
  • Pretokenized Headers (PTH)
  • The Frontend Library @@ -543,7 +544,15 @@ This concept maps directly to the "spelling location" for the token.

    The Driver Library

    -

    The clang Driver and library are documented here.

    +

    The clang Driver and library are documented here.

    + + +

    Pretokenized Headers (PTH)

    + + +

    Clang's current implementation of precompiled headers, known as PTH, is +documented here.

    The Frontend Library