summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/CoverageFilters.h
AgeCommit message (Expand)Author
2017-09-27[llvm-cov] Improve const-correctness of filters. NFC.Sean Eveson
2017-09-19[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar
2017-08-31[llvm-cov] Read in function names for filtering from a text file.Sean Eveson
2016-04-29Move coverage related code into a separate library.Easwaran Raman
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner
2014-09-12llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC)Justin Bogner
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz