I have a .c source file and i want to analysis the output of the source file after parsing stage of gcc and generate report on basis of it.what could be the possible methods to do so
How can i do this with gcc
In case of preprocessing the code can be generated by passing -E argument to gcc but what would be the way to do to generate parsed output of the code only??