[PATCH] D116203: [clang] adds unary type transformations as compiler built-ins

Christopher Di Bella via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 22 09:38:24 PDT 2022


cjdb added a comment.

In D116203#3739856 <https://reviews.llvm.org/D116203#3739856>, @fdeazeve wrote:

> It seems like non-lldb bots are also failing, if it makes it easier to reproduce:
>  https://green.lab.llvm.org/green/view/Clang/job/clang-stage1-RA/30837/consoleFull#-54352964249ba4694-19c4-4d7e-bec5-911270d8a58c

Thanks for flagging this. Based on the fact it only seems to be `remove_reference_t`, I'm wondering if this is an issue with D131732 <https://reviews.llvm.org/D131732> (which was merged immediately after D116203 <https://reviews.llvm.org/D116203>).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116203



More information about the cfe-commits mailing list