[PATCH] D91000: [clang-tidy] Add bugprone-unsafe-functions checker.

Whisperity via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 2 06:16:26 PST 2023


whisperity added a comment.

Alright, right now, I have no meaningful idea why this failure appears <https://lab.llvm.org/buildbot/#/builders/139/builds/35372/steps/6/logs/FAIL__Clang_Tools__unsafe-functions_c>, locally I'm trying every test command as they appear in the test, and all the tests are passing. It's as if on that system the whole //Annex K// support would not be allowed. Locally I added a few debug prints and I'm getting the right answers for //"Whether Annex K is allowed?"//.

@njames93 @aaron.ballman Do you have any idea what could make that test fail in that system?


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