Skip to content

Commit 6d9e49a

Browse files
committed
chore: update README now that clangd 14.0.0 has shipped
1 parent ea46c88 commit 6d9e49a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Scripts to help guide cleanup of #include lines in a codebase, using `clangd`
1818

1919
To use these scripts, you'll need:
2020

21-
* An [unstable snapshot release][clangd-releases] of `clangd` which has
22-
"IncludeCleaner", or a build of `clangd` from source with the patches in
23-
this repository applied.
21+
* An [release of `clangd`][clangd-releases] which has "IncludeCleaner"
22+
(14.0.0+), or a build of `clangd` from source with the patches in this
23+
repository applied for expanded functionality.
2424
* The full output of `include_analysis.py`, see
2525
[discussion on the mailing list][include-analysis] for how to generate it
2626
* A compilation database for `clangd` to use, which can be generated with

0 commit comments

Comments
 (0)