simplecpp icon indicating copy to clipboard operation
simplecpp copied to clipboard

improve handling of missing/non-file inputs/includes

Open firewave opened this issue 4 months ago • 0 comments

If we pass a directory as the input to simplecpp it will be treated as an empty file. We should report this as non-existing in all cases. there are also some cases where non-existent includes might not be reported.

This is currently explicitly handled in the CLI application but missing in part in the library.

firewave avatar Sep 10 '25 12:09 firewave