Ericsson / CodecheckerVSCodePlugin

VSCode plugin that shows bugs detected by the Clang Static Analyzer and Clang Tidy analyzers using CodeChecker as a backend.
Apache License 2.0
24 stars 7 forks source link

Refactor report tree #112

Closed Discookie closed 2 years ago

Discookie commented 2 years ago

Closes #59, closes #40, supersedes and closes #107.

Refactor the report tree's code.
Display depth of report steps.
Group reports by severity levels.

Fixed my comments in #107.