philnik777 wrote:

> @philnik777 I'm encountering a number of test failures related to libc++'s 
> clang-tidy module when running the libc++ test suite with the new compiler:
> 
> ```
> # .---command stdout------------
> # | 
> /home/eric/llvm-project/build/libcxx/libcxx/test-suite-install/include/c++/v1/__type_traits/invoke.h:68:1:
>  error: Internal aliases should always be marked _LIBCPP_NODEBUG 
> [libcpp-nodebug-on-aliases,-warnings-as-errors]
> # |    68 | using __invoke_result_t = 
> decltype(__builtin_invoke(std::declval<_Args>()...));
> # |       | ^
> # | 
> /home/eric/llvm-project/build/libcxx/libcxx/test-suite-install/include/c++/v1/__type_traits/invoke.h:79:1:
>  error: Internal aliases should always be marked _LIBCPP_NODEBUG 
> [libcpp-nodebug-on-aliases,-warnings-as-errors]
> # |    79 | using __invoke_result = __invoke_result_impl<void, _Args...>;
> # |       | ^
> ```
> 
> Could you please take a look at these?

Urgh, looks like clang-tidy doesn't run in the bootstrapping build. I'll update 
my local clang and fix any issues.

https://github.com/llvm/llvm-project/pull/116709
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to