diff options
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 |