]> granicus.if.org Git - clang/commit
Implement basic visitation for nested name specifiers via libclang
authorDouglas Gregor <dgregor@apple.com>
Thu, 2 Sep 2010 17:35:32 +0000 (17:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 2 Sep 2010 17:35:32 +0000 (17:35 +0000)
commitc5ade2e3644a5822df63e442788d68c591ccdc97
tree0199ec55fd1f5730788b48216edef3bd0b969c21
parent73556e0d961e2d58eae232e647c9def8da1caecf
Implement basic visitation for nested name specifiers via libclang
cursors. Sadly, this visitation is a hack, because we don't have
proper source-location information for nested-name-specifiers in the
AST. It does improve on the status quo, however.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112837 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/load-classes.cpp
test/Index/load-namespaces.cpp
tools/libclang/CIndex.cpp