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?<div>
<br></div>