diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-05 14:21:36 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-05 14:21:36 +0000 |
commit | 398fd5f129db52063893098454f99b09633f0054 (patch) | |
tree | 2b37059e347bc9c9b82cdd62b8083a3d1d320841 /m0/mutator-lvl0.h | |
parent | appveyor badge [travis skip] (diff) | |
download | mutator-398fd5f129db52063893098454f99b09633f0054.tar.gz mutator-398fd5f129db52063893098454f99b09633f0054.zip |
fixing m0s builds for all llvm versions, added a windows cygwin build test on appveyor
Diffstat (limited to 'm0/mutator-lvl0.h')
-rw-r--r-- | m0/mutator-lvl0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m0/mutator-lvl0.h b/m0/mutator-lvl0.h index 1891fef..982c7ac 100644 --- a/m0/mutator-lvl0.h +++ b/m0/mutator-lvl0.h @@ -38,7 +38,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* #include "clang/AST/ASTTypeTraits.h" /**********************************************************************************************************************/ /*macros*/ -#if __clang_major__ <= 6 +#if __clang_major__ <= 7 #define DEVI_GETLOCSTART getLocStart #define DEVI_GETLOCEND getLocEnd #elif __clang_major__ >= 8 |