summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Core/index-with-module.m
Commit message (Collapse)AuthorAgeFilesLines
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-181-2/+8
| | | | | | | * Create a USR for the occurrences of the 'module' symbol kind * Record module references for each identifier in an import declaration llvm-svn: 342484
* [c-index-test] Provide capability to index module file imports and dump ↵Argyrios Kyrtzidis2017-01-301-1/+7
| | | | | | | | their input files. This ensures the capability to index a module file using an existing ASTReader from a compiler instance or ASTUnit. llvm-svn: 293461
* [index] Add 'contained-by' relation between references and their lexical ↵Argyrios Kyrtzidis2017-01-111-1/+1
| | | | | | container. llvm-svn: 291700
* [index] Index system ImportDecls even when there is a DeclarationsOnly filterBen Langmuir2016-07-141-3/+3
| | | | | | | | | | | | Whether we call an ImportDecl a decl or a reference symbol role is somewhat academic, but in practice it's more like a declaration because it is interesting even to consumers who wouldn't care about references. Most importantly, we want to report the module dependencies of system modules even when we have declaration-only filtering. rdar://problem/27134855 llvm-svn: 275454
* [index] Print and test module import references.Argyrios Kyrtzidis2016-02-291-0/+12
llvm-svn: 262208
OpenPOWER on IntegriCloud