aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-12-06 09:59:39 +0000
committerbloodstalker <thabogre@gmail.com>2019-12-06 09:59:39 +0000
commit9e29f6d512d214bc2c0e12568b8b2e297bcadbbd (patch)
tree6cab6d04a0c0d2f475ba496aae5ac87f6b325f63 /bruiser
parenttravis fix [appveyor skip] (diff)
downloadmutator-9e29f6d512d214bc2c0e12568b8b2e297bcadbbd.tar.gz
mutator-9e29f6d512d214bc2c0e12568b8b2e297bcadbbd.zip
travis fix [appveyor skip]
Diffstat (limited to 'bruiser')
-rw-r--r--bruiser/bruiser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h
index d91bae2..501b7fe 100644
--- a/bruiser/bruiser.h
+++ b/bruiser/bruiser.h
@@ -47,7 +47,7 @@ namespace bruiser
/**********************************************************************************************************************/
const char* M0REP = "../test/misrareport.xml";
/**********************************************************************************************************************/
-#if __clang_major__ <= 6
+#if __clang_major__ <= 7
#define DEVI_GETLOCSTART getLocStart
#define DEVI_GETLOCEND getLocEnd
#elif __clang_major__ >= 8