Skip to content

Releases: lljbash/clangd-tidy

v1.1.0

07 Apr 06:50
Compare
Choose a tag to compare

Changelog

Features

  • Added optional clang-format check (#6).
  • Supported clangd --query-driver (#14).
  • Implemented clang-tidy --line-filter support and clangd-tidy-diff (#12).
  • Added terminal hyperlinks to diagnostic check name (#11).

Refactor

  • Rewrote clangd integration with an async LSP client, removing pylspclient.

Misc

  • Restructured argument parsing.
  • Removed hard dependency on tqdm.

New Contributors

Full Changelog: v1.0.0...v1.1.0.post2