Skip to content
Open
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
3 changes: 2 additions & 1 deletion .github/workflows/reusable-cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ jobs:
with:
style: ""
tidy-checks: ""
version: ${{ inputs.clang-version }}
# Directly use the installed LLVM version.
version: ${{ format('/usr/lib/llvm-{0}/bin', inputs.clang-version) }}
ignore: ${{ format(
'build|!build/mlir/**|**/include|include{0}{1}',
inputs.cpp-linter-ignore-extra != '' && '|' || '',
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ releases may include breaking changes.

## [Unreleased]

### Changed

- ♻️ Directly pass the LLVM installation directory to `cpp-linter` ([#448])
([**@simon1hofmann**])

## [2.3.0] - 2026-08-24

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#230)._
Expand Down Expand Up @@ -522,6 +527,7 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._

<!-- PR links -->

[#448]: https://github.com/munich-quantum-toolkit/workflows/pull/448
[#442]: https://github.com/munich-quantum-toolkit/workflows/pull/442
[#441]: https://github.com/munich-quantum-toolkit/workflows/pull/441
[#434]: https://github.com/munich-quantum-toolkit/workflows/pull/434
Expand Down Expand Up @@ -593,6 +599,7 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._
[**@ystade**]: https://github.com/ystade
[**@denialhaag**]: https://github.com/denialhaag
[**@flowerthrower**]: https://github.com/flowerthrower
[**@simon1hofmann**]: https://github.com/simon1hofmann

<!-- General links -->

Expand Down