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

Add support for CodeChecker warning/error reasons #146

Closed Discookie closed 4 months ago

Discookie commented 6 months ago

Fixes (partially) #137

CodeChecker is assumed to output a summary of its analysis in a user-readable manner, on its last stderr line.

This reason is now displayed on the sidebar, if available. Also added support for differentiating between CodeChecker warnings/errors.

image

(The full reason is of course shown on hover.)

Discookie commented 6 months ago

Reference for the last-line assumption on the CodeChecker side: Ericsson/codechecker#4222