Tease out the routine that reads the control block of an AST file from
authorDouglas Gregor <dgregor@apple.com>
Tue, 6 Nov 2012 23:40:54 +0000 (23:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 6 Nov 2012 23:40:54 +0000 (23:40 +0000)
commit529018285600cd32db5181002360f5887d7ec32b
treeb08e46683950c002c21ca2b4dde42a641120dca0
parent8593748ed5c3cdfb8116d3cc614b783a95352a4c
Tease out the routine that reads the control block of an AST file from
the validation of an AST file against a specific set of options.

llvm-svn: 167504
clang/include/clang/Serialization/ASTReader.h
clang/lib/Serialization/ASTReader.cpp