diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-28 14:56:07 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-28 14:56:07 +0000 |
commit | 4f106e330187520e8acec9aee623897e74ec2f21 (patch) | |
tree | eef9d47b3d3bd8cc4c74965e10fcb7d31e27319a | |
parent | added the C2 option (diff) | |
download | mutator-4f106e330187520e8acec9aee623897e74ec2f21.tar.gz mutator-4f106e330187520e8acec9aee623897e74ec2f21.zip |
just added a comment
-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); |