llvm-project
4c28844e - [ProfileData] Use default member initialization (NFC) (#94817)

Commit
1 year ago
[ProfileData] Use default member initialization (NFC) (#94817) While we are at it, this patch changes the type of ValueCounts to std:array<double, ...> so that we can use std::array:fill. Identified with modernize-use-default-member-init.
Parents
Loading