All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Diagnostics sometimes aren't being reported even though clang-tidy finds problems.
-
clang-tidy.fixOnSave
option to apply clang-tidy fixes on save -
clang-tidy.blacklist
option to blacklist files from being linted
- Files detected as C can now be linted
-
clang-tidy.buildPath
fails to work because of double quotes -
Errors from included file shown as part of parsed file
0.4.1 - 2020-03-26
- Clang-Tidy will only run once. Subsequent runs produce
Command failed: taskkill /pid 19412 /f /t ERROR: The process "19412" not found.
0.4.0 - 2020-03-26
clang-tidy.buildPath
option to tell clang-tidy where the build directory is. This is equivalent toclang-tidy -p ...
- Can't save while clang-tidy is running on large files
0.3.0 - 2020-01-04
clang-tidy.lintOnSave
option to disable automatic linting on file save
0.2.2 - 2019-08-28
- Fails with "Cannot set property 'Severity' of undefined" when using old versions of clang-tidy
0.2.1 - 2019-08-28
- Bad release due to an incorrect cherry-pick. This is a learning experience! This release had nothing more than an updated changelog. It is otherwise equivalent to 0.2.0
0.2.0 - 2019-08-26
- Log info in the output panel
0.1.0 - 2019-08-22
- Initial release