From 4f106e330187520e8acec9aee623897e74ec2f21 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 28 Feb 2017 18:26:07 +0330 Subject: just added a comment --- mutator-lvl0.cpp | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3