Koldar / crashc

Automatic C source code testing framework
MIT License
3 stars 0 forks source link

Adding const whenever it is necessary #60

Open Koldar opened 6 years ago

Koldar commented 6 years ago

We should add "const" qualifier to every function parameter when needed. This should transmit even more what is the code intent.

The following is a list of places where the const might be introduced:

  1. parseCommandLineArguments
  2. condition_section