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

Bernhard Manfred Gruber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 3 07:06:13 PDT 2020


bernhardmgruber added a comment.

In D80514#2071202 <https://reviews.llvm.org/D80514#2071202>, @njames93 wrote:

> In D80514#2071056 <https://reviews.llvm.org/D80514#2071056>, @bernhardmgruber wrote:
>
> > Reuploaded diff in an attempt to trigger a CI build.
>
>
> It's not working, Still no big issue, when its ready to land just the checks locally


That's exactly the issue; the tests run fine on my local machine. I run check_clang_tidy.py manually, since I lack some Unix tools for the full test suite. And the CI build that failed seems to have used the first verison of my diff, which I updated in the meantime. From my point of few the diff is ready. I am just waiting for feedback, a LGTM and a nice person who can commit it for me :)


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

https://reviews.llvm.org/D80514





More information about the cfe-commits mailing list