Closed amorde closed 1 month ago
I believe this will be fixed with https://reviews.llvm.org/D89425 .
That's great, thanks for the heads up. I believe SpaceCommander uses an old build of clang-format so we'll want to update to get that improvement once its shipped
That's great, thanks for the heads up. I believe SpaceCommander uses an old build of clang-format so we'll want to update to get that improvement once its shipped
Cool. I just landed the fix to clang-format
, so whenever you make a new build, this issue should be resolved.
Most likely we'll first need to apply https://github.com/llvm-mirror/clang/compare/master...ksuther:clang-format-customization onto the new llvm monorepo
Given the following code in a header:
running
format-objc-file.sh
will result in this:which is invalid, and throws a warning in Xcode:
here's the
.clang-format
used when running against this code: