Hi all,
I ran some gcov numbers today for LLVM/clang on their respective test suites (on Darwin/i386). If you are interested, the results
are here:
http://t1.minormatter.com/~ddunbar/llvm-cov/
and here:
http://t1.minormatter.com/~ddunbar/llvm-cov/clang.html
High level summary is LLVM’s test suite is at 70% line coverage (and that is only the tools that are run) and clang is at 80%.
- Daniel