| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
17.0.6 dropped the spaces around `&&` in C++20 concept conjunctions, emitting `)&&!(`. 20.1.8 formats it correctly, which accounts for the reformat of `swift/extractor/infra/SwiftLocationExtractor.h`. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
The version exists and the formatting-only changes preserve semantics.
Review effort: Balanced
Findings: None
Updates the repository’s clang-format pin and applies the resulting formatting changes.
Changes:
| File | Description |
|---|---|
| .pre-commit-config.yaml | Updates the clang-format revision. |
| swift/extractor/infra/SwiftLocationExtractor.h | Applies clang-format 20.1.8 output. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
There was a problem hiding this comment.
Looks great 👍
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps the mirrors-clang-format pin in .pre-commit-config.yaml, the only place this repo records the clang-format version.
Only one file formats differently under 20.1.8. 17.0.6 drops the spaces around && in a C++20 concept conjunction, emitting )&&!(; 20.1.8 gets it right:
pre-commit run clang-format --all-files (what swift.yml runs) passes clean.