File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -384,9 +384,9 @@ class CodeGenOptions : public CodeGenOptionsBase {
384384 // / the expense of debuggability).
385385 SanitizerSet SanitizeMergeHandlers;
386386
387- // / Set of thresholds: the top hottest code responsible for the given
388- // / fraction of PGO counters will be excluded from sanitization
389- // / (0.0 [default] = skip none, 1.0 = skip all).
387+ // / Set of thresholds in a range [0.0, 1.0] : the top hottest code responsible
388+ // / for the given fraction of PGO counters will be excluded from sanitization
389+ // / (0.0 [default] to skip none, 1.0 to skip all).
390390 SanitizerMaskCutoffs NoSanitizeTopHotCutoffs;
391391
392392 // / List of backend command-line options for -fembed-bitcode.
You can’t perform that action at this time.
0 commit comments