CodecheckerVSCodePlugin icon indicating copy to clipboard operation
CodecheckerVSCodePlugin copied to clipboard

VSCode plugin that shows bugs detected by the Clang Static Analyzer and Clang Tidy analyzers using CodeChecker as a backend.

Results 24 CodecheckerVSCodePlugin issues
Sort by recently updated
recently updated
newest added

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,...

enhancement

Fixes #139. Requires #140 for CI passing. By default, all CodeChecker bug severities except STYLE are displayed as errors inside the editor. This PR adds a setting to enable changing...

Currently clang-tidy reports are displayed as reproduction steps, even though they only consist of a single step, and maybe a fixit. There should be a button to apply the report's...

Some files in my project take very long to analyse with just clang-tidy (nearly 2 hours for just some 1200 lines of heavy Eigen Linear Algebra), which means they may...

I'm facing an issue where, from what I can tell, the config file IS properly appended to the command, but for some reason, the options in it are not applied,...

Currently, the severity is hardcoded[0] to STYLE ? Information : Error I would like, for example, to not have anything Error level messages if a file can be compiled by...

``` >>> Starting process 'CodeChecker analyzer-version' > C:\\Python312\\Scripts\\CodeChecker.exe analyzer-version --output json usage: CodeChecker [-h] {} ... CodeChecker: error: invalid choice: 'analyzer-version' (choose from ) Couldn't import module for subcommand 'analyzer-version'......

Warn the user if a file cannot be analyzed (because it is missing from the compilation db, syntax error) and so "reports in current file" list is invalid. Today, no...

bug
HIGH

After the analysis is done (at file save or wiht the "Re-analyze current file" button), the analysis results are not getting refreshed.

bug
LOW

When a new source file is opened, the analysis (if not up-to-date) should be automatically executed in the background and the results shouldbe shown in the "reports in current file"...

bug
HIGH