aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageView.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-16[llvm-cov][CoverageView] minor fix/improvement to HTML and text coverage outp...Wentao Zhang1-1/+1
2024-01-27[llvm-cov] Simplify branch/MCDC subviews. NFCFangrui Song1-4/+4
2024-01-22[coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana Dusíková1-0/+2
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata1-2/+2
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-0/+14
2023-09-20Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-14/+0
2023-09-20[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage ...Alan Phipps1-0/+14
2023-08-24[llvm-cov] Support directory layout in coverage reportsYuhao Gu1-0/+4
2022-01-08[llvm] Fix bugprone argument comments (NFC)Kazu Hirata1-2/+2
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps1-4/+19
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-2/+2
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-4/+4
2019-04-22Use llvm::stable_sort. NFCFangrui Song1-2/+2
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-11-09[llvm-cov] Add lcov tracefile export format.Max Moroz1-0/+8
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner1-1/+2
2017-11-09[llvm-cov] Don't render empty region marker linesVedant Kumar1-8/+11
2017-10-24[llvm-cov] Use a stable sort on sub-viewsVedant Kumar1-2/+2
2017-10-18[llvm-cov] Use the coverage namespace. NFC.Vedant Kumar1-6/+5
2017-10-18[llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar1-6/+4
2017-10-14[llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar1-21/+15
2017-09-28[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson1-2/+3
2017-09-27Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson1-3/+2
2017-09-27[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson1-2/+3
2017-09-19[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar1-44/+0
2017-09-18[Coverage] Use gap regions to select better line exec countsVedant Kumar1-7/+10
2017-09-18[llvm-cov] Simplify code to find the first uncovered segment. NFC.Vedant Kumar1-14/+8
2017-09-11[llvm-cov] Don't attach exec counts to lines which start a skipped regionVedant Kumar1-1/+7
2017-09-08[llvm-cov] Unify region marker placement between text/html modesVedant Kumar1-4/+12
2017-08-04[llvm-cov] Ignore unclosed line segments when setting line countsVedant Kumar1-8/+37
2016-10-25[llvm-cov] Do not print out the filename of the object fileVedant Kumar1-5/+0
2016-09-15[llvm-cov] Move some layout logic to the right spot (NFC)Vedant Kumar1-1/+2
2016-09-15[llvm-cov] Make a method name more accurate (NFC)Vedant Kumar1-1/+1
2016-09-15[llvm-cov] Don't print a verbose title when looking at one fileVedant Kumar1-1/+1
2016-09-10[llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar1-6/+3
2016-09-10[llvm-cov] Minor visual tweaks for html reportsVedant Kumar1-2/+2
2016-09-09[llvm-cov] Constify some methods (NFC)Vedant Kumar1-2/+3
2016-09-08[llvm-cov] Use less space to describe source namesVedant Kumar1-9/+11
2016-09-06[llvm-cov] Add the project summary to the text coverage report for each sourc...Ying Yi1-0/+9
2016-09-06[llvm-cov] Add the "Go to first unexecuted line" feature.Ying Yi1-1/+24
2016-08-30[llvm-cov] Use the native path in the coverage report.Ying Yi1-0/+1
2016-08-24[llvm-cov] Add the project summary to each source file coverage report.Ying Yi1-7/+12
2016-08-09[llvm-cov] Swapped the line and count columns.Ying Yi1-2/+2
2016-07-06[llvm-cov] Add support for creating html reportsVedant Kumar1-0/+6
2016-06-29[llvm-cov] Use relative paths to file reports in -output-dir modeVedant Kumar1-3/+7
2016-06-29[llvm-cov] Do not allow ".." to escape the coverage sub-directoryVedant Kumar1-2/+3
2016-06-29[llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar1-8/+18