Hi,<br>
I am new to LLVM and CLANG, I want to write plugin for printing detailed information about source code such as member function, function calls etc. <br> I have referred PrintFunctionNames.cpp, and on line documentation for it, still i am confused about implementation of functions<br>
ex:- from CallGraph.cpp i want to use VisitCallExpr(CallExpr *E) and void
CallGraph::print(raw_ostream &OS), <br> also I am getting different useful
functions regarding my purpose but not getting how to override those functions, is there tutorial available regarding this.<br> <br> Thanks & Regards<br> Nilesh<br>