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

Rework UI to handle CodeChecker's autodetection #130

Closed Discookie closed 1 year ago

Discookie commented 1 year ago

It is now possible to run an analysis from the UI even if no compilation database is found by the plugin, only by CodeChecker.

image

Note the "Setup compilation database" being added above CodeChecker log.

Currently the case where there's truly no databases, is not handled. A future fix will most likely involve reading CodeChecker's output to achieve that.