]> granicus.if.org Git - clang/commit
Move information about the "original file" from the ASTReader into the
authorDouglas Gregor <dgregor@apple.com>
Thu, 18 Oct 2012 21:18:25 +0000 (21:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 18 Oct 2012 21:18:25 +0000 (21:18 +0000)
commit11407b89c9d7ce8bc31869b0a7aae06add49e3dc
treebbf1f96c37b2e3157dc316f07f69062fa8bfced6
parenteafa9d4d0d8b97f006dbd19c1e51d14663c8c5c3
Move information about the "original file" from the ASTReader into the
module files.

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