[PATCH] D116778: [clang-tidy][clang] Don't trigger unused-parameter warnings on naked functions
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 14 10:11:55 PST 2022
aaron.ballman added a comment.
The changes look good aside from the precommit CI failing. Can you investigate?
================
Comment at: clang/test/Sema/warn-unused-parameters.c:27-29
// CHECK-everything: 6 warnings generated
// CHECK-everything-error: 5 errors generated
// CHECK-everything-no-unused: 5 warnings generated
----------------
It looks like the precommit CI is failing because this wasn't updated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116778/new/
https://reviews.llvm.org/D116778
More information about the cfe-commits
mailing list