]> granicus.if.org Git - clang/commit
Implement the local -> global remapping for macro definition IDs in
authorDouglas Gregor <dgregor@apple.com>
Thu, 4 Aug 2011 16:36:56 +0000 (16:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 4 Aug 2011 16:36:56 +0000 (16:36 +0000)
commitfb2d9e092f19cfcdd11ebd5ceac40456c090c7db
tree6e1b886e308899f86b24814a30ec6003ea16599e
parentd631d0e74d9ad5c13b51250881bf3cee750ecb67
Implement the local -> global remapping for macro definition IDs in
the detailed preprocessing record. Tested with the standard "gaps" method.

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