These files aren't fully formatted. I'm guessing this was a holdover
from when clang-format was totally broken for OpenMP offloading.
Format the files to be more consistent.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
If anyone cares for usable git blame functionality across reformatting commits, we should add the openmp clang-format commits to the top-level .git-blame-ignore-revs file. Only commits with no further changes than formatting should be added to the file.
The file contains the command to configure the local git repo. GitHub respects this file for online blame view.
Comment Actions
Since you need to know the commit hash, adding the formatting commit to the file is always a separate commit.