]> granicus.if.org Git - clang/commit
[libclang] indexing: handle 'TopLevelDeclInObjCContainers' at the point where they...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 9 Feb 2016 19:07:21 +0000 (19:07 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 9 Feb 2016 19:07:21 +0000 (19:07 +0000)
commitf3e7af6d22d16e0d49c262b5fcf70e1a7821455b
treeacf268c97204c3085894743db0506c04c986d8a3
parent66ea6c1fd5e41e17be1b5c90f938721a8e8f9c63
[libclang] indexing: handle 'TopLevelDeclInObjCContainers' at the point where they are reported.

It isn't much benefit and doesn't worth the complexity to try to handle them after the container is encountered.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260254 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/IndexDecl.cpp
tools/libclang/Indexing.cpp
tools/libclang/IndexingContext.h