Update clang-tidy checks to 23.1.0 - #14713
Merged
Sean McManus (sean-mcmanus) merged 2 commits intoAug 28, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Sean McManus (sean-mcmanus)
August 27, 2026 19:39
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates clang-tidy suggestions and diagnostic links to LLVM 23.1.0.
Changes:
- Adds new LLVM 23 checks and wildcard groups.
- Removes deprecated HICPP aliases.
- Updates documentation URLs to LLVM 23.1.0.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
Extension/src/LanguageServer/codeAnalysis.ts |
Updates diagnostic documentation links. |
Extension/package.json |
Synchronizes enabled and disabled check suggestions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sean McManus (sean-mcmanus)
marked this pull request as ready for review
August 28, 2026 18:32
Colen Garoutte-Carson (Colengms)
approved these changes
Aug 28, 2026
Copilot started reviewing on behalf of
Sean McManus (sean-mcmanus)
August 28, 2026 18:48
View session
Sean McManus (sean-mcmanus)
deleted the
seanmcm/devbox2-wsl/agent33/update-clang-tools-23
branch
August 28, 2026 20:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the extension's clang-tidy check suggestions and diagnostic documentation from LLVM 22.1 to 23.1. The check lists now include LLVM 23's new checks and omit the removed HICPP aliases.
The enabled and disabled suggestion lists were synchronized with the LLVM 23.1.0 clang-tidy check list, including wildcard groups for the new check families.