]> granicus.if.org Git - clang/commit
[libclang] Indexing API:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 18 Nov 2011 00:26:51 +0000 (00:26 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 18 Nov 2011 00:26:51 +0000 (00:26 +0000)
commitb395c63b473bf1b3783bff371a993332e8c4c5e3
treef4f47baaeab8513c8b478c3461f2c4d45aa11d12
parent144b6c0c50b5523609cbac523f168b9e3cb01175
[libclang] Indexing API:

-For indexDeclaration, also pass the declaration attributes as an array of cursors.
-Rename CXIndexOpt_OneRefPerFile -> CXIndexOpt_SuppressRedundantRefs, and only pass
  a reference if a declaration/definition does not exist in the file.
-Other fixes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144942 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
tools/c-index-test/c-index-test.c
tools/libclang/CXCursor.cpp
tools/libclang/CXCursor.h
tools/libclang/IndexBody.cpp
tools/libclang/IndexDecl.cpp
tools/libclang/IndexTypeSourceInfo.cpp
tools/libclang/Indexing.cpp
tools/libclang/IndexingContext.cpp
tools/libclang/IndexingContext.h
tools/libclang/libclang.exports