]> granicus.if.org Git - clang/commit
[libclang] Indexing API: Fix indexing of missed references.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 13 Dec 2011 18:47:41 +0000 (18:47 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 13 Dec 2011 18:47:41 +0000 (18:47 +0000)
commite422e45a6a89d450b8eca10f671b49874e87617a
treebe55d8a6c74db604e5d83cb474c96ceeefe39274
parentc2be04eaec94e20fc825fb98b713112d9d82562f
[libclang] Indexing API: Fix indexing of missed references.

rdar://10567864&10567916

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146497 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
include/clang/AST/RecursiveASTVisitor.h
test/Index/index-refs.cpp [new file with mode: 0644]
tools/libclang/IndexBody.cpp
tools/libclang/IndexDecl.cpp
tools/libclang/IndexTypeSourceInfo.cpp
tools/libclang/IndexingContext.h