]> granicus.if.org Git - clang/commit
In the AST reader, factor out the mapping of local type IDs to global
authorDouglas Gregor <dgregor@apple.com>
Fri, 22 Jul 2011 00:38:23 +0000 (00:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 22 Jul 2011 00:38:23 +0000 (00:38 +0000)
commit393f249399fe30e9580e1529a7479489e90f3a57
treee173b69f45fccad69a79587ad40fffcf6ac32d99
parent19d9d2ebbed9164e3f3a20fa065a26585c990a2e
In the AST reader, factor out the mapping of local type IDs to global
type IDs into a single place, and make sure that all of the callers
use the appropriate functions to do the mapping. Since the mapping is
still the identity function, this is essentially a no-op.

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