This is an archive of the discontinued LLVM Phabricator instance.

[Remarks] Make sure -fdiagnostics-hotness-threshold implies -fdiagnostics-show-hotness
ClosedPublic

Authored by serge-sans-paille on Jun 26 2023, 1:02 AM.

Details

Summary

When asking for -fdiagnostics-hotness-threshold, we currently require
-fdiagnostics-show-hotness otherwise we silently display nothing.

I don't see a scenario where that makes sense, so have one option impy
the other.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2023, 1:02 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
serge-sans-paille requested review of this revision.Jun 26 2023, 1:02 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 26 2023, 1:02 AM
thegameg accepted this revision.Jun 26 2023, 2:17 AM
thegameg added a subscriber: thegameg.

Makes sense, thanks.

This revision is now accepted and ready to land.Jun 26 2023, 2:17 AM