[PATCH] D91000: [clang-tidy] Add bugprone-unsafe-functions checker.
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 2 07:44:49 PST 2023
whisperity added a comment.
In D91000#4099773 <https://reviews.llvm.org/D91000#4099773>, @dyung wrote:
> To XFAIL the test, grep for lines with "XFAIL" and "ps4" and you should find some examples. It was recently changed how it worked lately.
Thank you, yes I found an example. I went with `UNSUPPORTED` instead of `XFAIL` because the test implements 4 or 5 separate cases and `XFAIL`ing it all would make some cases become //"Unexpectedly passed"//... I did a quick commit with marking it as unsupported with a bit of an explanation in the code, and now the buildbots are coming back green.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91000/new/
https://reviews.llvm.org/D91000
More information about the cfe-commits
mailing list