Release 1.5
- Add dead code detection
- Add detection for code without effect
- Detect unused assignments
- Warn about use of deprecated options
- Add error, if an option does not exist
- Check
compiler.get_id,compiler.get_argument_syntax,compiler.get_linker_id,build_machine.cpu_familyandbuild_machine.systemagainst known values. - Performance loss between 10% and 20% depending on the project, due to implementing these advanced code analyzers
- Allow downloading and setting up wraps. (CLI-Only, not wired up with the language server yet)
Additionally, experimental Windows support was added. It is not tested as thoroughly as on Linux/macOS.