]> granicus.if.org Git - clang/commit
[index] Print and test module import references.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 29 Feb 2016 07:56:07 +0000 (07:56 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 29 Feb 2016 07:56:07 +0000 (07:56 +0000)
commitcf6bc2febef128c40996325dfa20192e9f203211
tree66d6a0e6cdd2183deae6297882a51bc19ce43e63
parent46f43fd040ae2bb2aabf81807c72e7351868743c
[index] Print and test module import references.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262208 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Index/IndexSymbol.cpp
lib/Index/IndexingContext.cpp
test/Index/Core/Inputs/module/ModA.h [new file with mode: 0644]
test/Index/Core/Inputs/module/module.modulemap [new file with mode: 0644]
test/Index/Core/index-with-module.m [new file with mode: 0644]
tools/c-index-test/core_main.cpp