]> granicus.if.org Git - clang/commit
Implement chained PCH support for the macro definitions stored within
authorDouglas Gregor <dgregor@apple.com>
Sat, 2 Oct 2010 19:29:26 +0000 (19:29 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 2 Oct 2010 19:29:26 +0000 (19:29 +0000)
commit77424bc3794f569816dba52e423b57486a98e5ba
tree0081afef349c80c3b9c681a8974320c723f4a090
parent42499be29b620d2eae34beb0f4d0f9da5a9584da
Implement chained PCH support for the macro definitions stored within
the "detailed" preprocessing record.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115417 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTDeserializationListener.h
include/clang/Serialization/ASTReader.h
include/clang/Serialization/ASTWriter.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/PCH/chain-macro-override.c
test/PCH/chain-macro.c