diff options
author | bloodstalker <thabogre@gmail.com> | 2020-02-29 18:22:15 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-02-29 18:22:15 +0000 |
commit | eb809543febedb86a1aeba4b0f595066b084b290 (patch) | |
tree | 2ceb6da0639bd2e5d713d6ef708db180400888c6 | |
parent | a little script (diff) | |
download | cgrep-eb809543febedb86a1aeba4b0f595066b084b290.tar.gz cgrep-eb809543febedb86a1aeba4b0f595066b084b290.zip |
ci fix
-rw-r--r-- | cgrep.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) { |