summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/GCOV.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling2012-08-311-10/+10
| | | | llvm-svn: 163008
* Remove tabs.Bill Wendling2012-07-191-14/+14
| | | | llvm-svn: 160477
* Remove extra semi-colons.Chad Rosier2012-02-221-1/+1
| | | | llvm-svn: 151169
* Put GCOVFile and other related interface in a common header so that llvm-cov ↵Devang Patel2011-10-041-0/+281
tool can share it with GCOV writer. llvm-svn: 141095
OpenPOWER on IntegriCloud