Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Releases: notskm/vscode-clang-tidy

Release v0.5.1

25 May 20:36
Compare
Choose a tag to compare

Fixed

  • Diagnostics sometimes aren't being reported even though clang-tidy finds problems.

Release v0.5.0

21 May 19:50
2bcd653
Compare
Choose a tag to compare

Added

  • clang-tidy.fixOnSave option to apply clang-tidy fixes on save

  • clang-tidy.blacklist option to blacklist files from being linted

Changed

  • Files detected as C can now be linted

Fixed

  • clang-tidy.buildPath fails to work because of double quotes

  • Errors from included file shown as part of parsed file

v0.4.1

27 Mar 03:25
Compare
Choose a tag to compare
  • Fixed: Clang-Tidy will only run once. Subsequent runs produce
    Command failed: taskkill /pid 19412 /f /t ERROR: The process "19412" not found.

v0.4.0

26 Mar 17:07
Compare
Choose a tag to compare
  • Added: clang-tidy.buildPath option to tell clang-tidy where the build
    directory is. This is equivalent to clang-tidy -p ...

  • Fix: Can't save while clang-tidy is running on large files

v0.3.0

04 Jan 09:51
Compare
Choose a tag to compare
  • Added: clang-tidy.lintOnSave option to disable automatic linting on file save

v0.2.2

28 Oct 16:40
Compare
Choose a tag to compare
  • Fixed: Fails with "Cannot set property 'Severity' of undefined" when using
    old versions of clang-tidy

v0.2.1

28 Oct 16:02
Compare
Choose a tag to compare
  • 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

v0.2.0

26 Oct 14:16
Compare
Choose a tag to compare
  • Added: Log info in the output panel

v0.1.0

22 Oct 09:38
Compare
Choose a tag to compare
  • Initial release