]> granicus.if.org Git - clang/commit
Move the base type ID from the ASTReader's global type map into the
authorDouglas Gregor <dgregor@apple.com>
Fri, 29 Jul 2011 00:21:44 +0000 (00:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 29 Jul 2011 00:21:44 +0000 (00:21 +0000)
commit1e849b6f43a6aded51466978d826e938859130db
tree62da8e2a4dcb9631c4ac83af3feedc805e6dc4e5
parente3b075b816195e22e3eb0679b0f93c2598aa3663
Move the base type ID from the ASTReader's global type map into the
Module itself, which makes more sense. This pattern to be repeated
several more times.

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