]> granicus.if.org Git - clang/commit
Actually keep track of the source locations at which particular module
authorDouglas Gregor <dgregor@apple.com>
Fri, 30 Nov 2012 19:28:05 +0000 (19:28 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 30 Nov 2012 19:28:05 +0000 (19:28 +0000)
commit87e2cfcec7231daaa3f367dc32df74b411251e46
treeb8514feffbc2cd5b8f300f9d20b6757926d82ef3
parent830ea5b7c75413526c19531f0180fa6e45b98919
Actually keep track of the source locations at which particular module
files are loaded.

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