sancov -not-covered-functions.
authorMike Aizatsky <aizatsky@chromium.org>
Fri, 4 Dec 2015 18:35:37 +0000 (18:35 +0000)
committerMike Aizatsky <aizatsky@chromium.org>
Fri, 4 Dec 2015 18:35:37 +0000 (18:35 +0000)
commit4d585624ebb50ff6dae91402180356c43aa9ed25
tree1785326b7b91bda24135307341a16bbbc2bc3a75
parent90c200464e00b6004e9f91b18a33cfd51202f3d8
sancov -not-covered-functions.

Summary: The command prints out list of functions that were not entered.
To do this, addresses are first converted to function locations. Set
operations are used for function locations.

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

review

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