aboutsummaryrefslogtreecommitdiffstats
path: root/cgrep.cpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-02-29 18:22:15 +0000
committerbloodstalker <thabogre@gmail.com>2020-02-29 18:22:15 +0000
commiteb809543febedb86a1aeba4b0f595066b084b290 (patch)
tree2ceb6da0639bd2e5d713d6ef708db180400888c6 /cgrep.cpp
parenta little script (diff)
downloadcgrep-eb809543febedb86a1aeba4b0f595066b084b290.tar.gz
cgrep-eb809543febedb86a1aeba4b0f595066b084b290.zip
ci fix
Diffstat (limited to 'cgrep.cpp')
-rw-r--r--cgrep.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgrep.cpp b/cgrep.cpp
index f3bcbb3..b9d8f26 100644
--- a/cgrep.cpp
+++ b/cgrep.cpp
@@ -16,7 +16,7 @@ using namespace clang;
using namespace clang::ast_matchers;
using namespace clang::driver;
using namespace clang::tooling;
-using namespace boost::filesystem;
+//using namespace boost::filesystem;
/***********************************************************************************************/
namespace {
static llvm::cl::OptionCategory CGrepCat("cgrep options");
@@ -153,7 +153,7 @@ static std::string get_line_from_file(SourceManager &SM, const MatchFinder::Matc
*
* @param path
*/
-#if 1
+#if 0
static void dig(boost::filesystem::path dir, int argc, const char** argv) {
//just to be compatible with old gcc versions
//for (const auto &entry : boost::filesystem::directory_iterator(dir)) {