diff options
| -rw-r--r-- | mutator-lvl0.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/mutator-lvl0.cpp b/mutator-lvl0.cpp index 10304f2..ce1c66a 100644 --- a/mutator-lvl0.cpp +++ b/mutator-lvl0.cpp @@ -7410,6 +7410,7 @@ public:      Matcher.addMatcher(declRefExpr(allOf(hasAncestor(functionDecl().bind("mcdcdf87daddy")), \                                           to(varDecl(unless(hasAncestor(functionDecl()))).bind("mcdcdf87origin")))).bind("mcdcdfobj"), &HandlerForDCDF87); +/*@DEVI-these two matcheres are breaking our 3.9 backwards compatibility.*/  #if 1      Matcher.addMatcher(functionDecl(hasExternalFormalLinkage()).bind("mcdcdf88function"), &HandlerForDCDF88); | 
