]> granicus.if.org Git - clang/commit
[libclang] When indexing an objc property, also provide information about
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 28 Feb 2012 17:50:33 +0000 (17:50 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 28 Feb 2012 17:50:33 +0000 (17:50 +0000)
commit792db266f3d2f12a7a16bf37d90074f54bca1e6f
treedc0c02223c305d3364c0eb213ebc1b11127f843f
parentd7c15a64ba8ebdca0dd48dd1d2f233107d34494e
[libclang] When indexing an objc property, also provide information about
the getter/setter objc method entities that the property is associated with.

rdar://10244558

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