]> granicus.if.org Git - clang/commit
Notify the AST writer (via ASTDeserializationListener) when a
authorDouglas Gregor <dgregor@apple.com>
Fri, 2 Dec 2011 17:30:13 +0000 (17:30 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 2 Dec 2011 17:30:13 +0000 (17:30 +0000)
commita015cab273705d1198d13e8389c2f4775f539a8b
tree8e49c288011792207c3713cdc69eb01d24d46232
parent1329264ce0922b3cec8c8c599108f082105fa0e1
Notify the AST writer (via ASTDeserializationListener) when a
(sub)module is read from an AST file. This makes sure that the AST
writer knows how to map all modules to their global IDs.

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