[cfe-dev] inlined&multi-thread CFG generation?

zhunan zhunansjtu at gmail.com
Thu Sep 10 19:58:43 PDT 2009


Hi,all


1.I try to make use of clang-cc's function on CFG generation,I found
that it generates CFGs for each function seperately,but not combining
them together to be a complete CFG for the whole program

clang-cc has such a function?

2.clang-cc can't not regconize a program written by C+some multi-thread
library(e.g. pthread),it means that, the generated CFG can't reflect the
parallel charactor of the program,so,it seems to very useful for
analysis a multi-thread program.

Is it a problem?

ZhuNan 
2009.9.11






More information about the cfe-dev mailing list