]> granicus.if.org Git - clang/commit
Move a Module's ReferencedSelectorsData into the ASTReader itself, so
authorDouglas Gregor <dgregor@apple.com>
Thu, 28 Jul 2011 14:41:43 +0000 (14:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 28 Jul 2011 14:41:43 +0000 (14:41 +0000)
commit8451ec7e709baf777bec07dc70653e0c523dd120
treea460dc2cb8c6b9acbfa74a849857212fa2696508
parentec12ce2f6da44bfc9048772327a3924498099d60
Move a Module's ReferencedSelectorsData into the ASTReader itself, so
that it accumulates referenced selectors from each of the modules/PCH
files as they are loaded. No actual functionality change, yet.

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