]> granicus.if.org Git - clang/commit
Visit preprocessing elements (macro instantiations and macro
authorDouglas Gregor <dgregor@apple.com>
Fri, 19 Mar 2010 05:22:59 +0000 (05:22 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 19 Mar 2010 05:22:59 +0000 (05:22 +0000)
commit0396f466978d65789eca85b2738e9df53adc78f5
treeeeb0a04bfe99717ad33b2d469e6b7bffc578213e
parent3178cb674ac8c3b59e1791e14d38d48619a1b621
Visit preprocessing elements (macro instantiations and macro
definitions) as part of the translation unit, so that normal
visitation, token-annotation, and cursor-at retrieval all see
preprocessing elements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98935 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/c-index-getCursor-pp.c [new file with mode: 0644]
tools/CIndex/CIndex.cpp