]> granicus.if.org Git - clang/commit
Promote some macro-related stuff to per-file data. Fix a cache-inefficient nested...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 21 Jul 2010 20:07:32 +0000 (20:07 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 21 Jul 2010 20:07:32 +0000 (20:07 +0000)
commit04e6fd4a5ceded0a442a6b3e6b87057b9d643fe3
tree193cf2b726c77ccb59131b6bdb965362e4538c0e
parent0286de6212626616e57a8f61807c40af4ee549a2
Promote some macro-related stuff to per-file data. Fix a cache-inefficient nested loop by inverting the nesting. Store the size of each file in the chain; will need this later for statement offsets.

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