]> granicus.if.org Git - clang/commit
Introduce a DeclsToRewrite field in ASTWrite, used for collecting the decls that...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 24 Oct 2010 17:26:46 +0000 (17:26 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 24 Oct 2010 17:26:46 +0000 (17:26 +0000)
commitba901b507fc36408fe6f8478e8ac90b554f1d230
tree3519a4dd3e4f6433ea7e19b2c800593d1221c73a
parentaacdd02e5865aa410c1418d7ef77f445b5bb5cba
Introduce a DeclsToRewrite field in ASTWrite, used for collecting the decls that will be replaced in the chained PCH.

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