Its not the prettiest code ever, but I wrote something that gets function names, function calls and function pointers. I just modified the PrintFunctions example.<br><br><a href="https://gist.github.com/1027771">https://gist.github.com/1027771</a> or see the attachment<br>
<br>With PrintFunctionsConsumer you just implement the functions you want to use. You can also make a constructor/destructor like normal.<br><br><br><div class="gmail_quote">On Tue, Jun 14, 2011 at 3:37 AM, Adam Smalin <span dir="ltr"><<a href="mailto:acidzombie24@gmail.com">acidzombie24@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Note: I am using LLVM and CLANG 2.9 <br><br>I want to start with someone basic. Like printing out all the function or class names. Or maybe all variables in a struct that is a type int. Anyways to get started i look at `llvm/tools/clang/examples`. I see clang-interpreter, in main.cpp theres nothing including AST and it seems like not what i want. The example PrintFunctionNames looks exactly what i want but theres no main(). I read it and it seems like HandleTopLevelDecl is the key function. I see instructions on how to use this on linux/mac but i rather do it on windows since i like debugging in VS.<br>

<br>Moving on i looked at clang-wpa.cpp which seems to kickstart an analyzer/debugger/something but i cant build it! I have missing files and such. One such error is "error C2039: 'LAST_INHERITABLE' : is not a member of 'clang::attr'". Others i mention in a post here <a href="http://stackoverflow.com/questions/6326453/" target="_blank">http://stackoverflow.com/questions/6326453/</a> Is the examples outdated? i am afraid to grab the main branch for more troubles. Does the example work on linux? and does it work on 2.9 tag or do i need to use a branch? (which?)<br>

<br><br><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>