]> granicus.if.org Git - clang/commit
[libclang] Indexing API: provide both the semantic and the lexical container.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 7 Dec 2011 20:44:19 +0000 (20:44 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 7 Dec 2011 20:44:19 +0000 (20:44 +0000)
commitb1febb646bf7a2f319ad894c9833968c52d21711
tree7277ce2d6f037ba6288c750318dfb4a8e33ae7c9
parentb526a871af40b84d9878eded54a181bf4003b376
[libclang] Indexing API: provide both the semantic and the lexical container.

They are generally the same except in C++ cases like out-of-line member functions.

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