]> granicus.if.org Git - clang/commit
Add basic cursor traversal for attributes. We currently don't have source
authorTed Kremenek <kremenek@apple.com>
Thu, 18 Feb 2010 05:46:33 +0000 (05:46 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 18 Feb 2010 05:46:33 +0000 (05:46 +0000)
commit09dfa37dda8e430fb6129bfd70365a51b4e12243
treea90b16dff8108abc51ceb526af730eb356b14ea5
parente01c063874fa762abfba03b920bca16e1a1f10b4
Add basic cursor traversal for attributes.  We currently don't have source
ranges for Attr objects, so lookup by cursor location currently doesn't work.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96571 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/c-index-api-loadTU-test.m
tools/CIndex/CIndex.cpp