llvm-capstone/clang/test/Index/getcursor-pp-pch.c.h
Argyrios Kyrtzidis 45e8cf5732 [libclang] When pointing at a macro expansion inside a macro argument,
return a cursor for the inner macro.

llvm-svn: 140207
2011-09-20 23:27:33 +00:00

6 lines
72 B
C

#define OBSCURE(X) X
#define DECORATION
DECORATION
OBSCURE(DECORATION)