]> granicus.if.org Git - clang/commit
Collapse the "version control revision/tag" AST file record into the
authorDouglas Gregor <dgregor@apple.com>
Thu, 18 Oct 2012 18:27:37 +0000 (18:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 18 Oct 2012 18:27:37 +0000 (18:27 +0000)
commit7ae467f02b0f2ba3897ee03e0d011433789b5434
tree01353e70f0dc3d33466ae2019806570e65cfc17b
parent7ae5717de7a6a20df60b7b058eb04c2452e39906
Collapse the "version control revision/tag" AST file record into the
metadata record, which already had other version information. Clean up
the block info block along the way.

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