[PATCH] D100581: [Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 2 08:18:40 PDT 2021


ldionne added a comment.

Hello! There are still some false positives, for example this one is breaking the libc++ CI: https://buildkite.com/llvm-project/libcxx-ci/builds/3530#8679608a-200b-4a48-beb4-a9e9924a8848

Would it be possible to either fix this quickly or revert the change until the issue has been fixed? Our pre-commit CI is going to be stalled until this is fixed. Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100581



More information about the llvm-commits mailing list