aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-16[llvm-cov][CoverageView] minor fix/improvement to HTML and text coverage outp...Wentao Zhang1-4/+5
2023-12-19[llvm-cov] format cells in report with 0/0 branches/functions/lines differenl...Hana Dusíková1-4/+20
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-0/+52
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata1-1/+1
2023-09-20Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-52/+0
2023-09-20[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage ...Alan Phipps1-0/+52
2023-08-24[llvm-cov] Support directory layout in coverage reportsYuhao Gu1-80/+311
2023-08-18[llvm-cov] Use uint64_t to avoid overflow in additionFlightor1-1/+3
2022-12-06[llvm] Don't include Optional.h (NFC)Kazu Hirata1-1/+0
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-11-26[llvm-cov] Use std::optional in SourceCoverageViewHTML.cpp (NFC)Kazu Hirata1-1/+2
2022-06-25[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-2/+2
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata1-1/+1
2022-03-04[llvm-cov] New parameters to set coverage coverage_watermarkPetr Hosek1-18/+18
2022-01-08[llvm] Fix bugprone argument comments (NFC)Kazu Hirata1-1/+1
2021-01-12[llvm] Remove redundant string initialization (NFC)Kazu Hirata1-2/+2
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps1-0/+72
2020-04-11Simplify string joins. NFCI.Benjamin Kramer1-2/+1
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-4/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-20[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0Jordan Rupprecht1-1/+1
2018-05-31[ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere1-1/+1
2018-05-30[llvm-cov] Use the new PrintHTMLEscaped utilityVedant Kumar1-20/+18
2018-05-22[Coverage] Update CSS to make HTML reports copy-paste friendly.Max Moroz1-0/+3
2018-01-31[llvm-cov] Fix incorrect usage of .precision specifier in format() call.Max Moroz1-1/+1
2018-01-31[llvm-cov] Improvements for summary report generated in HTML format.Max Moroz1-14/+37
2017-12-13Remove redundant includes from tools.Michael Zolotukhin1-1/+0
2017-11-09[llvm-cov] Don't render empty region marker linesVedant Kumar1-1/+1
2017-11-09[Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar1-6/+6
2017-10-18[llvm-cov] Use the coverage namespace. NFC.Vedant Kumar1-3/+2
2017-10-18[llvm-cov] Suppress sub-line highlights in simple casesVedant Kumar1-0/+2
2017-10-18[llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar1-9/+11
2017-10-18[llvm-cov] Highlight gaps in consecutive uncovered regionsVedant Kumar1-2/+3
2017-10-14[llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar1-2/+2
2017-10-03[llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson1-2/+3
2017-09-28[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson1-5/+5
2017-09-27Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson1-5/+5
2017-09-27[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson1-5/+5
2017-09-18[Coverage] Use gap regions to select better line exec countsVedant Kumar1-1/+1
2017-09-15[llvm-cov] Make some summary info fields private. NFC.Vedant Kumar1-9/+10
2017-09-11[llvm-cov] Allow hiding instantiation/region coverage from summary tablesEli Friedman1-11/+17
2017-09-08[llvm-cov] Fix a lifetime issueVedant Kumar1-1/+1
2017-09-08[llvm-cov] Unify region marker placement between text/html modesVedant Kumar1-12/+8
2017-08-09[llvm-cov] Rearrange entries in report index.Eli Friedman1-11/+40
2016-11-21[llvm-cov] Avoid 0% when reporting something that's 0/0Alex Lorenz1-4/+8
2016-11-02[llvm-cov] Turn line numbers in html reports into clickable linksVedant Kumar1-3/+5