From 75154b280eaa8ec4ee656c4283fcb314b02ab326 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 4 Nov 2016 08:42:03 +0330 Subject: the header for the new auxillary source code. --- mutator_aux.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mutator_aux.h diff --git a/mutator_aux.h b/mutator_aux.h new file mode 100644 index 0000000..17837c8 --- /dev/null +++ b/mutator_aux.h @@ -0,0 +1,15 @@ + +#ifndef MUTATOR_AUX_H +#define MUTATOR_AUX_H + +#include +#include "clang/AST/AST.h" +#include "clang/Rewrite/Core/Rewriter.h" + +using namespace clang; + +namespace Devi { +SourceLocation SourceLocationHasMacro (SourceLocation SL, Rewriter &Rewrite, std::string Kind); +} + +#endif \ No newline at end of file -- cgit v1.2.3