diff options
author | bloodstalker <thabogre@gmail.com> | 2016-11-04 05:12:03 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-11-04 05:12:03 +0000 |
commit | 75154b280eaa8ec4ee656c4283fcb314b02ab326 (patch) | |
tree | b0424ffe59da4a227ee771195a80b9e4d9c97306 /mutator_aux.h | |
parent | the new file will hold the auxillary code. (diff) | |
download | mutator-75154b280eaa8ec4ee656c4283fcb314b02ab326.tar.gz mutator-75154b280eaa8ec4ee656c4283fcb314b02ab326.zip |
the header for the new auxillary source code.
Diffstat (limited to 'mutator_aux.h')
-rw-r--r-- | mutator_aux.h | 15 |
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 |