]> granicus.if.org Git - clang/commit
[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 6 Mar 2013 18:12:44 +0000 (18:12 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 6 Mar 2013 18:12:44 +0000 (18:12 +0000)
commit36592b1fa381a978b1b6d4b97c66fb274915fe50
treebb7ba4d2ee8a6acaff2300377bd02e5a7ea8c737
parent8bd50b169c567e5da12b1f8e91af4ab3840202f2
[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once.

We can just re-use the one from HeaderFileInfoLookupTable.

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