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

Initial multi-root support #121

Closed Discookie closed 1 year ago

Discookie commented 1 year ago

Requires #123. Reference: #113, Ericsson/CodeChecker#3708

Adds support for CodeChecker 6.22's automatic compilation database detection. If no comp.db. is specified, and there is none in CodeChecker's output folder, the extension will use CodeChecker's autodetection (for 6.22 and above). For 6.21, and the mentioned cases, the behavior remains the same.

Remaining tasks:

Discookie commented 1 year ago

Rebased, should be ready for review now. Requires #125.