]> granicus.if.org Git - clang/commit
Experimental stab at using relexing to identify preprocessor
authorDouglas Gregor <dgregor@apple.com>
Thu, 18 Mar 2010 00:42:48 +0000 (00:42 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 18 Mar 2010 00:42:48 +0000 (00:42 +0000)
commit9f1e3ff3b3095967e2b92b57a53524e2d6bb141c
tree28b9b4d3d754c3c581a84bb25180ed8149271a45
parent5e454aa4c9249693ec69be05e16081c9b7a48dc7
Experimental stab at using relexing to identify preprocessor
directives while annotating tokens in CIndex. This functionality
should probably be factored out of this routine, but we're not there
yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98786 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/annotate-tokens-pp.c [new file with mode: 0644]
tools/CIndex/CIndex.cpp
tools/CIndex/CIndex.exports
tools/CIndex/CXCursor.cpp
tools/CIndex/CXCursor.h