]> granicus.if.org Git - clang/commit
- Enhance PTH generation to write out IdentifierInfo table in two parts:
authorTed Kremenek <kremenek@apple.com>
Wed, 26 Nov 2008 23:58:26 +0000 (23:58 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 26 Nov 2008 23:58:26 +0000 (23:58 +0000)
commitfa59aad70121457cf954723978924e2208f3f3fd
tree693c3b001981de19c7faf88ecf05e8d7b476cdc5
parent0f669f54f19233b703f38ef2fb3793c26c6caabb
- Enhance PTH generation to write out IdentifierInfo table in two parts:
  - a table including the IdentifierInfo data
  - an index from persistent IdentifierInfo IDs to indices within this file.
- Enhance PTH generation to write out file map information, mapping inodes to tokens.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60132 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/CacheTokens.cpp