Skip to content

1. Enabling inline for Polygeist Ops 2. fix for unary pre decrement op to have lvalue by reference #1832

1. Enabling inline for Polygeist Ops 2. fix for unary pre decrement op to have lvalue by reference

1. Enabling inline for Polygeist Ops 2. fix for unary pre decrement op to have lvalue by reference #1832

Workflow file for this run

name: run-clang-format
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: DoozyX/clang-format-lint-action@v0.11
with:
exclude: './tools/cgeist/Test ./test ./tools/polymer/example'
clangFormatVersion: 11
style: llvm