]> granicus.if.org Git - clang/commit
Implement libclang support for using directives (cursor + visitation +
authorDouglas Gregor <dgregor@apple.com>
Wed, 1 Sep 2010 03:07:18 +0000 (03:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 1 Sep 2010 03:07:18 +0000 (03:07 +0000)
commit0a35bceb7768fc0be62cb644a4e31d8bfd9fb44a
tree4ae71942a6fa3da406572486143a0b314537367c
parent53b9441b5a81a24fa1f66f3f6416f1e36baa9c2f
Implement libclang support for using directives (cursor + visitation +
suppressing USRs). Also, fix up the source location information for
using directives so that the declaration location refers to the
namespace name.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112693 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriterDecl.cpp
test/Index/load-namespaces.cpp
test/Index/usrs.cpp
tools/libclang/CIndex.cpp
tools/libclang/CIndexUSRs.cpp
tools/libclang/CXCursor.cpp