csmith-project / creduce

C-Reduce, a C and C++ program reducer
Other
1.31k stars 123 forks source link

Inital comment removal pass removes double slashes from strings #201

Open LordAro opened 4 years ago

LordAro commented 4 years ago
# 1 "my/file/with/double//slash"

got "tidied" to be:

# 1 "my/file/with/double

which then really hampers creduce's ability to do anything, as the whole file is immediately broken

also seen to be doing the same thing in normal strings within the file, i.e. "https://foobar" -> "https: