aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/gcov.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-14Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We usedRichard Smith1-3/+3
2015-03-09Make helper functions static.Benjamin Kramer1-3/+4
2015-01-23llvm-cov: Don't use llvm::outs() in library codeJustin Bogner1-1/+1
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola1-1/+0
2014-10-30llvm-cov: Follow LLVM naming conventionsJustin Bogner1-1/+1
2014-07-28llvm-cov: move the gcov code into a separate file.Alex Lorenz1-0/+153