[cfe-dev] relating LLVM AA information back to C AST?

Christian Convey christian.convey at gmail.com
Tue Jan 6 10:13:00 PST 2015


Hi guys,

I'd like to get alias-analysis information for some C code I have.
AFAIK, clang relegates all of its alias analysis to LLVM's alias
analysis implementations.

Does anyone know if there's a decent way to (in an automated manner)
relate LLVM's AA results back to variables/expressions appearing in
the original clang AST?

Thanks,
Christian



More information about the cfe-dev mailing list