<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 1, 2015 at 5:53 AM, Horvat Horvat <span dir="ltr"><<a href="mailto:horvatjkah@gmail.com" target="_blank">horvatjkah@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello everyone!<br>
<br>
I am working on static analyzis of compiled binary and i have an idea of
 translating them to llvm and then analyze by clang-static-analyzer. And i am not good 
in clang internals. <div><br></div><div>So, is there any way to analyze with 
clang-static-analyzer llvm code (both bitcode and source)? Or if it 
impossible by default can someone tell me the most easy way to add this 
support to clang-static-analyzer (f.e. by directly integrate AST from binary-translator-to-llvm in 
clang)?<br></div></div></blockquote><div><br>The clang static analyzer is based on Clang AST's, not LLVM IR.<br><br>There has been some talk of doing analysis with LLVM IR, but it's not anything worked out yet.<br><br>If you want to stay in ASTs, it might be possible to build a cross-TU analysis by loading modules.<br><br>- David<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div><div><br></div><div>Thank you!</div></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div></div>