diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-10-03 21:05:51 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-10-03 21:05:51 +0000 |
commit | 3da76bfbd24b2747ceb72d1918bbbe3123dac841 (patch) | |
tree | a33af700688b2d41830a9fea8b34aa4ec17d8834 /tools/libclang/IndexingContext.h | |
parent | 37f2f52fbc16b0d426d4d86c7e1662e5c6b9e3b8 (diff) |
[libclang] When indexing, invoke the importedASTFile for PCH files as well.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165161 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/libclang/IndexingContext.h')
-rw-r--r-- | tools/libclang/IndexingContext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libclang/IndexingContext.h b/tools/libclang/IndexingContext.h index e556d4dd5f..e92894ae66 100644 --- a/tools/libclang/IndexingContext.h +++ b/tools/libclang/IndexingContext.h @@ -383,6 +383,7 @@ public: bool isImport, bool isAngled); void importedModule(const ImportDecl *ImportD); + void importedPCH(const FileEntry *File); void startedTranslationUnit(); |