You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update getting-started docs with new tools and features
- Add clang-include-cleaner to clang-tools-static-binaries description (LLVM 18+)
- Add clang-apply-replacements and clang-include-cleaner standalone wheel cards
- Rename section to 'Clang Tools — Simplified' for consistency
- Update clang-tools-pip card to mention both binary and wheel support
Distribution clang tools static binaries for various platforms
81
+
Statically-linked `clang-format`, `clang-tidy`, `clang-query`, `clang-apply-replacements`, and `clang-include-cleaner`binaries for Linux, macOS, and Windows
80
82
81
83
[Download from →](https://github.com/cpp-linter/clang-tools-static-binaries){ .md-button .md-button--primary }
Standalone Python wheel for `clang-include-cleaner` — detects unused `#include` directives
114
+
115
+
[Download from →](https://github.com/cpp-linter/clang-include-cleaner){ .md-button .md-button--primary }
116
+
99
117
</div>
100
118
101
119
## Easy Installation
@@ -106,7 +124,7 @@ Select the method that best fits your development workflow:
106
124
107
125
---
108
126
109
-
Easy installation of clang tools static binaries via pip
127
+
Install `clang-format`, `clang-tidy`, `clang-query`, `clang-apply-replacements`, and `clang-include-cleaner` via static binaries or Python wheels using a single CLI
110
128
111
129
[Get started with clang-tools CLI →](https://cpp-linter.github.io/clang-tools-pip/){ .md-button .md-button--primary }
0 commit comments