Clang
Clang is a compiler tool within the LLVM toolchain ecosystem. It is part of the LLVM project and provides, among other capabilities, support for source-based code coverage.
Source-Based Code Coverage
Clang implements source-based code coverage, a technique that enables precise instrumentation of source code to produce coverage reports. Coverage reports generated using this technique can be interpreted using guidance published in the Clang/LLVM documentation.
Relationships
- Part of: LLVM
- Implements: Source-Based Code Coverage
References
- Clang documentation on source-based code coverage: http://clang.llvm.org/docs/SourceBasedCodeCoverage.html#interpreting-reports