Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 3 Oct 2012 01:58:37 +0000 (01:58 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 3 Oct 2012 01:58:37 +0000 (01:58 +0000)
commitd3d981627c375b187f33cc92a034a77ac329ec47
tree05cae8705d7922a70572701f55c67a2e45cb41ce
parent95c579cae01118eadd311d445ff7f491d0011fb0
Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked
when an ImportDecl that was implicitly created due to an inclusion directive.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165084 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTConsumer.h
lib/AST/ASTConsumer.cpp
lib/Frontend/CompilerInstance.cpp