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

Integrate `CodeChecker log` into executor #108

Closed Discookie closed 2 years ago

Discookie commented 2 years ago

Fixes #38.

Instead of running CodeChecker log as a separate process, it is now integrated into the `backend/executor.

image