aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/GCOV.cpp
AgeCommit message (Expand)Author
2012-09-23Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky
2012-08-31Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling
2012-07-19Remove tabs.Bill Wendling
2012-02-22Remove extra semi-colons.Chad Rosier
2011-10-04Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel