Skip to content

Commit

Permalink
Merge pull request #53 from Cisco-Talos/driver-inline-opt-pass-docs-a…
Browse files Browse the repository at this point in the history
…nd-remove-unused-passes

Add documentation in the driver for each opt pass, and remove unused passes
  • Loading branch information
micahsnyder authored Aug 6, 2024
2 parents b3f9be8 + 04e2acc commit 7417f77
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 625 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- check: "libclambcc"
exclude: ""
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.4.1
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: "16"
check-path: ${{ matrix.path['check'] }}
Expand Down
Loading

0 comments on commit 7417f77

Please sign in to comment.