aboutsummaryrefslogtreecommitdiffstats
path: root/mutator_aux.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-04 05:12:03 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-04 05:12:03 +0000
commit75154b280eaa8ec4ee656c4283fcb314b02ab326 (patch)
treeb0424ffe59da4a227ee771195a80b9e4d9c97306 /mutator_aux.h
parentthe new file will hold the auxillary code. (diff)
downloadmutator-75154b280eaa8ec4ee656c4283fcb314b02ab326.tar.gz
mutator-75154b280eaa8ec4ee656c4283fcb314b02ab326.zip
the header for the new auxillary source code.
Diffstat (limited to '')
-rw-r--r--mutator_aux.h15
1 files changed, 15 insertions, 0 deletions
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 <string>
+#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