When running creduce on some particular large C++ file. I see the following errors:
===< pass_clang_binsrch :: replace-function-def-with-decl >===
Use of uninitialized value $line in pattern match (m//) at c:/.../pass_clang_binsrch.pm line 36.
===< pass_clang_binsrch :: remove-unused-function >===
Use of uninitialized value $line in pattern match (m//) at c:/.../pass_clang_binsrch.pm line 36.
Is there some way for me to diagnose why this is happening?