[all-commits] [llvm/llvm-project] d90a3f: [Clang] Added testcases for -Wunused-but-set-param...
Dávid Bolvanský via All-commits
all-commits at lists.llvm.org
Wed Mar 23 14:14:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d90a3fcacda7257b26ac32350353410f79be6d2b
https://github.com/llvm/llvm-project/commit/d90a3fcacda7257b26ac32350353410f79be6d2b
Author: Dávid Bolvanský <david.bolvansky at gmail.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M clang/test/Sema/warn-unused-but-set-parameters.c
Log Message:
-----------
[Clang] Added testcases for -Wunused-but-set-parameter
Clang now emits warnings for them after D122271 (shared logic with -Wunused-but-set-variable)
More information about the All-commits
mailing list