Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/clice/changelog/feature-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ v1.0 ships first as rolling beta releases (`v1.0.0-beta.1`, `beta.2`, …) for a

- Code completion, navigation, document links, and diagnostics are functional but not yet complete (see the feature overview pages for per-feature status).
- Code actions are not implemented yet (and not advertised).
- clang-tidy integration is planned; the `clang_tidy` config option is parsed but has no effect.
- clang-tidy runs as a batch pass through `clice lint`; live clang-tidy diagnostics in the editor are planned.
8 changes: 0 additions & 8 deletions en/clice/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ The following variable is supported in string values:

<!-- BEGIN GENERATED CONFIG: project -->

### `project.clang_tidy`

| Type | Default |
| ------ | ------- |
| `bool` | `false` |

Run clang-tidy alongside compiler diagnostics. Not yet wired: the option is parsed but has no effect.

### `project.cache_dir`

| Type | Default |
Expand Down
Loading