simplecpp icon indicating copy to clipboard operation
simplecpp copied to clipboard

remove line markers from output using -P on the command line

Open IOBYTE opened this issue 6 years ago • 1 comments

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.

IOBYTE avatar Aug 28 '19 13:08 IOBYTE

sounds ok

danmar avatar Sep 01 '19 08:09 danmar