libc++ doesn't run clang-tidy in the bootstrapping build, so it wasn't run when `__builtin_invoke` was introduced. Once libc++ upgrades to a newer clang version, clang-tidy will start to fail due to missing `_LIBCPP_NODEBUG` annotations.
libc++ doesn't run clang-tidy in the bootstrapping build, so it wasn't run when `__builtin_invoke` was introduced. Once libc++ upgrades to a newer clang version, clang-tidy will start to fail due to missing `_LIBCPP_NODEBUG` annotations.