CLANG/LLVM Escape analysis for C variables

623 views Asked by At

I would like to do escape analysis using clang. What my code does is parsing a C code and extracting all variables statements and so on. Is there a simple way to find out if my local variables escape? Or do I have to do all by hand?

0

There are 0 answers