]> granicus.if.org Git - clang/commit
[libclang] When annotating preprocessor tokens, if we are in a macro definition,
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 7 Jan 2013 19:16:32 +0000 (19:16 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 7 Jan 2013 19:16:32 +0000 (19:16 +0000)
commit3453bf7da9ac88cd2421b7fdccebf5cd2b8a9d87
tree69ea08477d69af589f1622071c35942ba38e2e61
parentc059f89d888cd214e18ed09a7b47339201526381
[libclang] When annotating preprocessor tokens, if we are in a macro definition,
check if the token was ever a macro name and annotate it if that's the case.

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