[clang] [sanitizer] Parse weighted sanitizer args and -fno-sanitize-top-hot (PR #121619)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 6 13:49:46 PST 2025
================
@@ -154,6 +154,8 @@ struct SanitizerKind {
#include "clang/Basic/Sanitizers.def"
}; // SanitizerKind
+typedef double SanitizerMaskWeights[SanitizerKind::SO_Count];
----------------
vitalybuka wrote:
typedef -> using
https://github.com/llvm/llvm-project/pull/121619
More information about the cfe-commits
mailing list