]> granicus.if.org Git - clang/commit
Introduce type references into the C API, capturing references to
authorDouglas Gregor <dgregor@apple.com>
Thu, 21 Jan 2010 16:28:34 +0000 (16:28 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 21 Jan 2010 16:28:34 +0000 (16:28 +0000)
commit7d0d40e58807f73e06ff5eb637a48e9f978b0e2a
tree915bf1da7b2af745ef8180943559dcdd184759dc
parentc0265406a82d391a5fc60d16dd1c6cd61a92cfce
Introduce type references into the C API, capturing references to
typedefs only (for now).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94078 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/c-index-api-loadTU-test.m
test/Index/cindex-from-source.m
tools/CIndex/CIndex.cpp
tools/CIndex/CXCursor.cpp
tools/CIndex/CXCursor.h