[PATCH] D23284: Add -Rpass-with-hotness
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 6 10:36:26 PDT 2016
rsmith added a comment.
Sorry I missed this until now.
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.
https://reviews.llvm.org/D23284
More information about the cfe-commits
mailing list