[libcxx-commits] [libcxx] Removed duplicated _LIBCPP_HIDE_FROM_ABI in libcxx (PR #122323)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 10 08:38:43 PST 2025
ldionne wrote:
> I used clang-format to format code, but it seems checks for code formatting still fail.
>
> Am I missing anything?
What version of clang-format are you using locally? We're using `19.1.6` in the CI. That could be the reason.
One thing you can do is apply the diff (provided in https://github.com/llvm/llvm-project/pull/122323#issuecomment-2580909456) to your patch. That's the diff that would make the CI job pass.
https://github.com/llvm/llvm-project/pull/122323
More information about the libcxx-commits
mailing list