]> granicus.if.org Git - clang/commit
[PCH] Don't store the source range for each preprocessed entity since
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 20 Sep 2011 23:27:41 +0000 (23:27 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 20 Sep 2011 23:27:41 +0000 (23:27 +0000)
commit8f958f14eadb9ae2019bcca6ecd6ad7520cde5ea
treefee2ec913fac15cc0dc8675d5ffe935c10d0879a
parent290ad8c8eb1546692b20c4095ee441023f2f1005
[PCH] Don't store the source range for each preprocessed entity since
we already have the range in the PPEntityOffsets array.

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