This is an archive of the discontinued LLVM Phabricator instance.

-Wunused-but-set-parameter/-Wunused-but-set-variable Add to the release notes
AbandonedPublic

Authored by sylvestre.ledru on Sep 11 2021, 12:37 AM.

Details

Diff Detail

Event Timeline

sylvestre.ledru requested review of this revision.Sep 11 2021, 12:37 AM
sylvestre.ledru created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 11 2021, 12:37 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

To land in the 13.x branch

I'd request small changes for grammar:

Wunused-but-set-parameter and -Wunused-but-set-variable emit warnings
when a parameter or a variable is set but not used.

Otherwise LGTM.