summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/gcov.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused includes and out of date comment. NFC.Rafael Espindola2014-12-171-1/+0
| | | | llvm-svn: 224413
* llvm-cov: Follow LLVM naming conventionsJustin Bogner2014-10-301-1/+1
| | | | | | This renames a few things that are using an unusual naming convention. llvm-svn: 220929
* llvm-cov: move the gcov code into a separate file.Alex Lorenz2014-07-281-0/+153
The gcov compatible code is moved to its own file and llvm-cov is updated to be a wrapper that always calls the gcov main function. llvm-svn: 214107
OpenPOWER on IntegriCloud