simplecpp
simplecpp copied to clipboard
remove line markers from output using -P on the command line
Using creduce requires preprocessed files and gcc -E -P is normally used. I would like to do the same thing using cppcheck. Cppcheck doesn't support -P so I have to remove the #line lines manually.
sounds ok