]> granicus.if.org Git - clang/commit
Always recurse into sub-cursors when annotating tokens, as this information is used...
authorTed Kremenek <kremenek@apple.com>
Sat, 14 Aug 2010 02:50:46 +0000 (02:50 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 14 Aug 2010 02:50:46 +0000 (02:50 +0000)
commit23bc11ff1874f8875426c9a8a29fe1e6894c3503
treee9e6c05169610273ddde0bcb37d3815af5cdb987
parente6674b369070cc9bef0a9e6fcab6aabd9b7924dc
Always recurse into sub-cursors when annotating tokens, as this information is used for annotating macro arguments.  This finishes up <rdar://problem/8044584>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111066 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/annotate-tokens-pp.c
tools/libclang/CIndex.cpp