[LLVMdev] sepertate the code by the macro

yao xiaoyaollvm at 126.com
Thu Jul 23 18:31:26 PDT 2015


Hi,guys:
I am interesting to separate the code by the clang .

such as:

void a() {
...
}

#ifdef Test
void b() {
}
#endif

void c() {
....
}

Is there some method for me to get the code in the region of TEST ?
Thanks,
Yao.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150724/2c1435fa/attachment.html>


More information about the llvm-dev mailing list