Closed midnightveil closed 2 months ago
Just to note the motivation for this PR, looks like versions of clang-format before LLVM-19 have a bug that causes weird pointer alignment false positives. In fact, this is the exact same bug that astyle had which is why we moved away from astyle.
Anyways, at least it is fixed in the latest version of LLVM and let's hope it doesn't regress.
Nevermind, LLVM19 doesn't fix that issue.
From the GPU branch: