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

- After I click Re-analyze current file, Codechecker output: [ERROR 2024-09-08 20:59] - Failed to get and parse version of: ../../third_party/llvm-build/Release+Asserts/bin/clang++ [ERROR 2024-09-08 20:59] - [Errno 2] No such file...

I do not know if using vscode profiles causes the issue. I used the extension for some time and never encountered this error. My vscode is configured with profiles in...

Hi, when used on Windows, the plugin uses lowercase letter for the disk name ("d:") when issuing commands on the terminal. Most of the times this seems to be ok,...

I didn't find anything about this in the documentation and my naive experiments failed, too. So here is my use-case: We have a build setup that builds multiple applications for...