[PATCH] D136036: [Clang] Add __has_constexpr_builtin support

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 18 10:31:03 PDT 2022


aaron.ballman added a comment.

In D136036#3863519 <https://reviews.llvm.org/D136036#3863519>, @Izaron wrote:

>> It looks like unrelated formatting changes snuck in to this file.
>
> @aaron.ballman JFYI after I reverted what `git clang-format HEAD~1` did to the code, the build has failed
>
>   ERROR   git-clang-format returned an non-zero exit code 1
>   Build completed with failures
>
> https://buildkite.com/llvm-project/premerge-checks/builds/117202#0183e7ca-7aa7-4838-aa21-ae5ec717a18a
>
> Can I apply `git clang-format HEAD~1` again?

That's our pre-commit CI reporting failures where there shouldn't be any. It's safe to ignore that failure, so there's no need to run clang-format again.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136036/new/

https://reviews.llvm.org/D136036



More information about the cfe-commits mailing list