diff options
Diffstat (limited to '')
-rw-r--r-- | mutator_aux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mutator_aux.h b/mutator_aux.h index 9b9069f..a2d1c22 100644 --- a/mutator_aux.h +++ b/mutator_aux.h @@ -32,6 +32,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* #include "clang/Rewrite/Core/Rewriter.h" #include "tinyxml2/tinyxml2.h" /*********************************************************************************************************************/ +/*Mcros and Definitions*/ +#define CheckSLValidity(SL) \ + if (!SL.isValid()) {return void();} +/*********************************************************************************************************************/ using namespace clang; using namespace tinyxml2; /*********************************************************************************************************************/ |