llvm-project/llvm/tools/llvm-cov
Alan Phipps a921d6eb3b [llvm-cov] Allow branch coverage to be skipped when exporting for LCOV
This small patch adds a '--skip-branches' option to the llvm-cov export
options. This option allows branch coverage information to be skipped from the
exported LCOV directives if it's not needed. For now, this only works when
exporting LCOV (which is noted in the option description), but it can be
extended for JSON later if it makes sense.

Differential Revision: https://reviews.llvm.org/D135986
2022-10-14 16:24:41 -05:00
..
CMakeLists.txt
CodeCoverage.cpp [llvm-cov] Allow branch coverage to be skipped when exporting for LCOV 2022-10-14 16:24:41 -05:00
CoverageExporter.h
CoverageExporterJson.cpp [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
CoverageExporterJson.h
CoverageExporterLcov.cpp [llvm-cov] Allow branch coverage to be skipped when exporting for LCOV 2022-10-14 16:24:41 -05:00
CoverageExporterLcov.h
CoverageFilters.cpp [llvm-cov] Remove deprecated -name-whitelist after D112816 2022-08-01 18:53:20 -07:00
CoverageFilters.h [llvm-cov] Remove deprecated -name-whitelist after D112816 2022-08-01 18:53:20 -07:00
CoverageReport.cpp [llvm] Fix bugprone argument comments (NFC) 2022-01-08 11:56:38 -08:00
CoverageReport.h
CoverageSummaryInfo.cpp
CoverageSummaryInfo.h [llvm] Remove redundant member initialization (NFC) 2022-01-08 11:56:44 -08:00
CoverageViewOptions.h [llvm-cov] Allow branch coverage to be skipped when exporting for LCOV 2022-10-14 16:24:41 -05:00
RenderingSupport.h
SourceCoverageView.cpp [llvm] Fix bugprone argument comments (NFC) 2022-01-08 11:56:38 -08:00
SourceCoverageView.h
SourceCoverageViewHTML.cpp [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
SourceCoverageViewHTML.h
SourceCoverageViewText.cpp
SourceCoverageViewText.h
TestingSupport.cpp Cleanup LLVMObject headers 2022-02-10 21:13:44 +01:00
gcov.cpp
llvm-cov.cpp Remove unnecessary includes of ManagedStatic.h 2022-07-07 14:29:20 +02:00