]> granicus.if.org Git - clang/commit
Module files representing actual modules don't need to know the set of modules they...
authorDouglas Gregor <dgregor@apple.com>
Sat, 3 Dec 2011 01:15:29 +0000 (01:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 3 Dec 2011 01:15:29 +0000 (01:15 +0000)
commitc5e0f9b44782204437de21594c1748b1405d90bc
tree53f95616cc1d1dd40634838e4d0ae14bdf1fa3c7
parentf6137e4d15cb6bbd10547267babfc699c1945873
Module files representing actual modules don't need to know the set of modules they import, since that information isn't actually used. Drop it from the AST file

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145738 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTWriter.cpp