summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
AgeCommit message (Expand)Author
2024-12-27llvm-cov: Introduce `--binary-counters` (#120841)NAKAMURA Takumi
2024-12-18llvm-cov: Refactor SourceCoverageView::renderBranchView().NAKAMURA Takumi
2024-12-18SourceCoverageViewHTML.cpp: Reformat JSNAKAMURA Takumi
2024-11-12[llvm] Remove redundant control flow statements (NFC) (#115831)Kazu Hirata
2024-10-20[Coverage] Introduce "partial fold" on BranchRegion (#112694)NAKAMURA Takumi
2024-06-17[llvm-cov] Coverage report HTML UI to jump between uncovered parts of code (#...Hana Dusíková
2024-06-05[llvm-cov] Add HTML dark theme support (#93080)EdJoPaTo
2024-02-16[llvm-cov][CoverageView] minor fix/improvement to HTML and text coverage outp...Wentao Zhang
2023-12-19[llvm-cov] format cells in report with 0/0 branches/functions/lines differenl...Hana Dusíková
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata
2023-09-20Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps
2023-09-20[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage ...Alan Phipps
2023-08-24[llvm-cov] Support directory layout in coverage reportsYuhao Gu
2023-08-18[llvm-cov] Use uint64_t to avoid overflow in additionFlightor
2022-12-06[llvm] Don't include Optional.h (NFC)Kazu Hirata
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-26[llvm-cov] Use std::optional in SourceCoverageViewHTML.cpp (NFC)Kazu Hirata
2022-06-25[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata
2022-03-04[llvm-cov] New parameters to set coverage coverage_watermarkPetr Hosek
2022-01-08[llvm] Fix bugprone argument comments (NFC)Kazu Hirata
2021-01-12[llvm] Remove redundant string initialization (NFC)Kazu Hirata
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps
2020-04-11Simplify string joins. NFCI.Benjamin Kramer
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0Jordan Rupprecht
2018-05-31[ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere
2018-05-30[llvm-cov] Use the new PrintHTMLEscaped utilityVedant Kumar
2018-05-22[Coverage] Update CSS to make HTML reports copy-paste friendly.Max Moroz
2018-01-31[llvm-cov] Fix incorrect usage of .precision specifier in format() call.Max Moroz
2018-01-31[llvm-cov] Improvements for summary report generated in HTML format.Max Moroz
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-11-09[llvm-cov] Don't render empty region marker linesVedant Kumar
2017-11-09[Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar
2017-10-18[llvm-cov] Use the coverage namespace. NFC.Vedant Kumar
2017-10-18[llvm-cov] Suppress sub-line highlights in simple casesVedant Kumar
2017-10-18[llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar
2017-10-18[llvm-cov] Highlight gaps in consecutive uncovered regionsVedant Kumar
2017-10-14[llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar
2017-10-03[llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson
2017-09-28[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson
2017-09-27Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson
2017-09-27[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson
2017-09-18[Coverage] Use gap regions to select better line exec countsVedant Kumar