sancov tool in c++
authorMike Aizatsky <aizatsky@chromium.org>
Wed, 11 Nov 2015 20:58:20 +0000 (20:58 +0000)
committerMike Aizatsky <aizatsky@chromium.org>
Wed, 11 Nov 2015 20:58:20 +0000 (20:58 +0000)
commit07261cbac29c07442ff864c982cb4de91db6e123
tree375b7ebb6ea451f015671dfc1ed115241ddf787b
parent50085b19f4e9702e8987f68a19bc586653e51e31
sancov tool in c++

First batch of sancov.py rewrite in c++.
Supports "-print" and "-coveredfns" commands.

Followup to http://reviews.llvm.org/D14356 in a better location.

Differential Revision: http://reviews.llvm.org/D14579

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252801 91177308-0d34-0410-b5e6-96231b3b80d8
tools/sancov/CMakeLists.txt [new file with mode: 0644]
tools/sancov/Makefile [new file with mode: 0644]
tools/sancov/sancov.cc [new file with mode: 0644]