[PATCH] D14889: sancov -not_covered_functions.

Ivan Krasin via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 17:13:53 PST 2015


krasin added inline comments.

================
Comment at: tools/sancov/sancov.cc:344
@@ +343,3 @@
+
+  // Compute file names common prefix.
+  std::string FilePrefix = FnLocs.begin()->Loc.FileName;
----------------
What if some file names are in /usr/include? This could happen if some of the functions are inlined from a system header.


http://reviews.llvm.org/D14889





More information about the llvm-commits mailing list