[PATCH] D23284: Add -Rpass-with-hotness

Adam Nemet via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 6 10:57:17 PDT 2016


anemet added a comment.

In https://reviews.llvm.org/D23284#534879, @rsmith wrote:

> I think this should not be an -R option at all; like -W flags, the idea is for -R to only act as a filter for which diagnostics are shown. This option seems much more closely related to options like -fdiagnostics-show-option and -fdiagnostics-format=, and so should probably have a -fdiagnostics-something name.


Sounds fine to me.  Any preference from:

-fdiagnostics-include-hotness-in-remarks
-fpass-diagnostics-with-hotness
-fpass-diagnostics-include-hotness

or something else?


https://reviews.llvm.org/D23284





More information about the cfe-commits mailing list