summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/IndexingContext.h
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-10-18 00:17:05 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-10-18 00:17:05 +0000
commit5e2ec486bbd3f8432ecdab2a20dc402dd6c36845 (patch)
treecc4d21e910c22a6e95fac94fe8f0fee0e235128d /clang/tools/libclang/IndexingContext.h
parent121d2a90f0215c2b1c2df7c7980832b898a335aa (diff)
downloadbcm5719-llvm-5e2ec486bbd3f8432ecdab2a20dc402dd6c36845.tar.gz
bcm5719-llvm-5e2ec486bbd3f8432ecdab2a20dc402dd6c36845.zip
[libclang] Invoke a ppIncludedFile callback when indexing implicit module imports.
llvm-svn: 166161
Diffstat (limited to 'clang/tools/libclang/IndexingContext.h')
-rw-r--r--clang/tools/libclang/IndexingContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/libclang/IndexingContext.h b/clang/tools/libclang/IndexingContext.h
index 7671e6c2f19..78a8abc2705 100644
--- a/clang/tools/libclang/IndexingContext.h
+++ b/clang/tools/libclang/IndexingContext.h
@@ -369,7 +369,7 @@ public:
void ppIncludedFile(SourceLocation hashLoc,
StringRef filename, const FileEntry *File,
- bool isImport, bool isAngled);
+ bool isImport, bool isAngled, bool isModuleImport);
void importedModule(const ImportDecl *ImportD);
void importedPCH(const FileEntry *File);
OpenPOWER on IntegriCloud