[PATCH] D25985: [analyzer] Export coverage information from the analyzer.

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 4 12:57:26 PDT 2016


xazax.hun updated this revision to Diff 76933.
xazax.hun marked 5 inline comments as done.
xazax.hun added a comment.

- Improved performance.
- Fixed an off by one error.
- Also export unexecuted lines.
- Added context.


https://reviews.llvm.org/D25985

Files:
  include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
  lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
  lib/StaticAnalyzer/Core/ExprEngine.cpp
  test/Analysis/analyzer-config.c
  test/Analysis/analyzer-config.cpp
  test/Analysis/record-coverage.cpp
  test/Analysis/record-coverage.cpp.expected

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25985.76933.patch
Type: text/x-patch
Size: 9688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161104/42fb08bd/attachment-0001.bin>


More information about the cfe-commits mailing list