]> granicus.if.org Git - clang/commit
Teach the ASTReader to perform local and global mapping of identifier
authorDouglas Gregor <dgregor@apple.com>
Thu, 28 Jul 2011 20:55:49 +0000 (20:55 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 28 Jul 2011 20:55:49 +0000 (20:55 +0000)
commit95eab176f51beed44a9bc14c0dcdd37844b23740
tree624c99fe3d9b9d680022f2524c7000d0c1838bed
parentd5612a235fdd5df145c485c6ac489fcfbf7120d3
Teach the ASTReader to perform local and global mapping of identifier
IDs properly, although the mapping itself is still trivial.

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