[PATCH] D80514: [clang-tidy] modernize-use-trailing-return-type support for C++20 concepts and decltype

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 3 05:27:39 PDT 2020


njames93 added a comment.

In D80514#2070843 <https://reviews.llvm.org/D80514#2070843>, @bernhardmgruber wrote:

> Ping.
>
> Furthermore: how can I schedule another CI build with the newest version of the diff? When I go to the failed build from Harbormaster and I click restart, it rebuilds an older version of the diff. Thanks for the info!


The restart build feature is only really useful when something on trunk caused the failure and will restart the build with the diff it had when the build was first started. The CI should build each time you update the diff, not sure why it isn't, but I don't think there is a special way to fix that. As the failure was caused by the test cases you could try and run `ninja check-clang-tools` from your build directory to ensure things are working, Alternatively if you upload another diff it should force a new build.


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

https://reviews.llvm.org/D80514





More information about the cfe-commits mailing list