Skip to content

Migrate uses of bar.dyn_cast<Foo>() to dyn_cast<Foo>(bar) (#394) #1804

Migrate uses of bar.dyn_cast<Foo>() to dyn_cast<Foo>(bar) (#394)

Migrate uses of bar.dyn_cast<Foo>() to dyn_cast<Foo>(bar) (#394) #1804

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