]> granicus.if.org Git - clang/commit
[PCH] Merge ASTReader::LoadPreprocessedEntity with ReadPreprocessedEntity
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 20 Sep 2011 23:27:38 +0000 (23:27 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 20 Sep 2011 23:27:38 +0000 (23:27 +0000)
commit290ad8c8eb1546692b20c4095ee441023f2f1005
tree31f4960799c9a335e9da639053ea06122263f55d
parent2502efd26196d5bbc1f320181aea765d469309b4
[PCH] Merge ASTReader::LoadPreprocessedEntity with ReadPreprocessedEntity
and don't store the ID for each preprocessed entity.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140208 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp