[PATCH] D130224: [Clang][Attribute] Introduce maybe_undef attribute for function arguments which accepts undef values

2022-07-29 Thread Mubariz Afzal via Phabricator via cfe-commits
mubarizafzal added a comment. Hi, the test cases that this patch introduces are failing on some ppc64le (Linux on Power) buildbots: https://lab.llvm.org/buildbot/#/builders/57 https://lab.llvm.org/buildbot/#/builders/230 Would you mind taking a look please? Repository: rG LLVM Github Monorep

[PATCH] D114559: [clang] ASTMatchers: Fix out-of-bounds access in foreachArgumentWithParamType.

2021-12-15 Thread Mubariz Afzal via Phabricator via cfe-commits
mubarizafzal added a comment. Hi, this patch is causing a build failure for clang-ppc64le-rhel , can this be reverted? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D11455

[PATCH] D114559: [clang] ASTMatchers: Fix out-of-bounds access in foreachArgumentWithParamType.

2021-12-15 Thread Mubariz Afzal via Phabricator via cfe-commits
mubarizafzal added a comment. In D114559#3195423 , @flx wrote: > In D114559#3195357 , @mubarizafzal > wrote: > >> Hi, this patch is causing a build failure for clang-ppc64le-rhel >>