]> granicus.if.org Git - clang/commit
Revert r70075 and r70078, which reorganized the PCH on-disk hash table
authorDouglas Gregor <dgregor@apple.com>
Tue, 28 Apr 2009 20:01:51 +0000 (20:01 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 28 Apr 2009 20:01:51 +0000 (20:01 +0000)
commit02fc75169afe785c114e795ec4d24edfb4073c42
treea6334a271724b35aa41de502d6ee1ebddcfe6127
parentea71a5b388bc5bf91cb81ef004d0dd7f011af512
Revert r70075 and r70078, which reorganized the PCH on-disk hash table
for identifiers to separate "interesting" from "uninteresting"
identifiers. However, to cope with compiler invocations where the
predefines buffers mismatch, we need to be able to search the complete
identifier table. Cocoa.h.pch is now about 500k larger that it used to
be :(

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70320 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp