]> granicus.if.org Git - clang/commit
Modify ASTReaderListener to allow visiting the input files of an AST file.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 May 2013 19:23:40 +0000 (19:23 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 May 2013 19:23:40 +0000 (19:23 +0000)
commitbdfdb1da9763b3d0966eb61e9fa0fa7804f9eb9b
treea417c14601d3b52e7cbd0e11175b9665bb466d38
parent1270673bf5208a140b397419c8c34e7bdcce2339
Modify ASTReaderListener to allow visiting the input files of an AST file.

We can pass such an input-file-visiting ASTReaderListener to ASTReader::readASTFileControlBlock.

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