[PATCH] D14356: Sancov in C++.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 16:19:14 PST 2015


kcc added a comment.

is a test possible here?


================
Comment at: lib/sanitizer_common/sancov.cc:86
@@ +85,3 @@
+
+static bool removeDotPaths(SmallVectorImpl<char> *Path) {
+  using namespace llvm::sys;
----------------
I wonder if you can reuse functionality from clang/Basic/FileManager.h
It's rather sad that we need to re-implement such basic stuff here. 


http://reviews.llvm.org/D14356





More information about the llvm-commits mailing list