From 8cf61df2cad0321afec947f982ae37c3469f7639 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 17 Oct 2016 17:45:51 +0330 Subject: wip --- mutator.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mutator.cpp') diff --git a/mutator.cpp b/mutator.cpp index f799809..3af8e2b 100644 --- a/mutator.cpp +++ b/mutator.cpp @@ -5,6 +5,7 @@ /*standard library*/ #include #include +#include /*LLVM-libs*/ #include "clang/AST/AST.h" #include "clang/AST/ASTConsumer.h" @@ -60,6 +61,10 @@ public: /*replace it.*/ Rewrite.ReplaceText(BinOpSL, 2U , "XXX"); } + else + { + std::cout << "the macther -binopeq- returned nullptr!" << std::endl; + } } private: -- cgit v1.2.3