[cfe-dev] extending Clang

akshay ratnaparkhi ackk007 at gmail.com
Sun Feb 26 20:22:46 PST 2012


I am trying to print the function names in the input c or c++ file. I wrote
a code for that having class 'PrintFunctionNames'. Now I want to build that
code with the clang's source code and when I compile the c or c++ input
file with 'clang ' command my code should be automatically execute with
compilation and prints the function names. means I want to write the driver
option like -o,-c etc to run my code. How can I do that?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120227/b7e64d77/attachment.html>


More information about the cfe-dev mailing list