Skip to content

Fix T16282: Provide a WarnReason for -Wmissed-specs

Eric Crockett requested to merge crockeea/ghc:master into master

Previously, -W(all-)missed-specs was created with 'NoReason', so no information about the flag was printed along with the warning. Now, -Wall-missed-specs is listed as the Reason if it was set, otherwise -Wmissed-specs is listed as the reason.

Edited by Ben Gamari

Merge request reports