]> granicus.if.org Git - clang/commit
Add a debugging dump for Module (also emitted as part of the AST
authorDouglas Gregor <dgregor@apple.com>
Tue, 2 Aug 2011 11:12:41 +0000 (11:12 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 2 Aug 2011 11:12:41 +0000 (11:12 +0000)
commit8df5c9b5d65beec807e4e77dae2813dd193f77dd
tree01fe825c65ad0910ddd91905bee02d65629d19a9
parentf33740efdb2d836a96ba97ca3004d46404401439
Add a debugging dump for Module (also emitted as part of the AST
reader statistics), to show the local-to-global mappings. The only
such mapping we have (at least, for now) is for source location
offsets.

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