aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/TypeLoc.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-10-18 05:31:06 +0000
committerDouglas Gregor <dgregor@apple.com>2012-10-18 05:31:06 +0000
commit1d9d9898ce2b338314161d92f39561a09a2a8b6f (patch)
tree2975de225d66cfcc442f39732f1cea2e052c881d /lib/AST/TypeLoc.cpp
parent7c008813e17ddc2bb3953e925a86db3e1bf30198 (diff)
Start factoring the on-disk records for an AST file into a control
block, which stores information about how the AST file to generated, from the AST block, which stores the actual serialized AST. The information in the control block should be enough to determine whether the AST file is up-to-date and compatible with the current translation unit, and reading it should not cause any side effects that aren't easy to undo. That way, we can back out from an attempt to read an incompatible or out-of-date AST file. Note that there is still more factoring to do. In particular, information about the source files used to generate the AST file (along with their time stamps, sizes, etc.) still resides in the source manager block. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/TypeLoc.cpp')
0 files changed, 0 insertions, 0 deletions