hanchenye-llvm-project/llvm/tools/llvm-cov
Vedant Kumar 8c07280f0e [llvm-cov] Use a stable sort on sub-views
We need to use a stable sort on instantiation and expansion sub-views to
produce consistent output. Fortunately, we've gotten lucky and the tests
have checks for the stable order.

This is needed to unblock D39245. Once that lands, we'll have better
test coverage for sort non-determinism.

llvm-svn: 316490
2017-10-24 20:03:37 +00:00
..
CMakeLists.txt
CodeCoverage.cpp [llvm-cov] Generate "report" for given source paths if sources are specified. 2017-10-13 14:44:51 +00:00
CoverageExporterJson.cpp [llvm-cov] Make some summary info fields private. NFC. 2017-09-15 23:00:01 +00:00
CoverageFilters.cpp [llvm-cov] Improve const-correctness of filters. NFC. 2017-09-27 08:32:36 +00:00
CoverageFilters.h [llvm-cov] Improve const-correctness of filters. NFC. 2017-09-27 08:32:36 +00:00
CoverageReport.cpp [llvm-cov] Generate "report" for given source paths if sources are specified. 2017-10-13 14:44:51 +00:00
CoverageReport.h [llvm-cov] Generate "report" for given source paths if sources are specified. 2017-10-13 14:44:51 +00:00
CoverageSummaryInfo.cpp [llvm-cov] Move LineCoverageIterator to libCoverage. NFC. 2017-10-18 23:58:28 +00:00
CoverageSummaryInfo.h [llvm-cov] Move LineCoverageIterator to libCoverage. NFC. 2017-10-18 23:58:28 +00:00
CoverageViewOptions.h [llvm-cov] Allow hiding instantiation/region coverage from summary tables 2017-09-11 22:56:20 +00:00
LLVMBuild.txt
RenderingSupport.h
SourceCoverageView.cpp [llvm-cov] Use a stable sort on sub-views 2017-10-24 20:03:37 +00:00
SourceCoverageView.h [llvm-cov] Use the coverage namespace. NFC. 2017-10-18 23:58:27 +00:00
SourceCoverageViewHTML.cpp [llvm-cov] Use the coverage namespace. NFC. 2017-10-18 23:58:27 +00:00
SourceCoverageViewHTML.h [llvm-cov] Use the coverage namespace. NFC. 2017-10-18 23:58:27 +00:00
SourceCoverageViewText.cpp [llvm-cov] Use the coverage namespace. NFC. 2017-10-18 23:58:27 +00:00
SourceCoverageViewText.h [llvm-cov] Use the coverage namespace. NFC. 2017-10-18 23:58:27 +00:00
TestingSupport.cpp [ProfileData] Unify getInstrProf*SectionName helpers 2017-04-15 00:09:57 +00:00
gcov.cpp Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
llvm-cov.cpp