Releases: lljbash/clangd-tidy
Releases · lljbash/clangd-tidy
v1.1.0
Changelog
Features
- Added optional clang-format check (#6).
- Supported clangd
--query-driver
(#14). - Implemented clang-tidy
--line-filter
support andclangd-tidy-diff
(#12). - Added terminal hyperlinks to diagnostic check name (#11).
Refactor
- Rewrote
clangd
integration with an async LSP client, removingpylspclient
.
Misc
- Restructured argument parsing.
- Removed hard dependency on tqdm.
New Contributors
Full Changelog: v1.0.0...v1.1.0.post2