[all-commits] [llvm/llvm-project] a21f13: llvm-cov: Refactor CoverageSummaryInfo. NFC. (#121...
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Sat Dec 28 00:49:31 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a21f13bde2564a691a2da49adb773816f6c4e06b
https://github.com/llvm/llvm-project/commit/a21f13bde2564a691a2da49adb773816f6c4e06b
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-12-28 (Sat, 28 Dec 2024)
Changed paths:
M llvm/tools/llvm-cov/CoverageSummaryInfo.cpp
M llvm/tools/llvm-cov/CoverageSummaryInfo.h
Log Message:
-----------
llvm-cov: Refactor CoverageSummaryInfo. NFC. (#121189)
- Let subfunctions return `CoverageInfo` objects w/o accumulating
reference values.
- Introduce `CoverageDataSummary` for handling `CoverageData`-oriented
metrics.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list