diff options
| -rw-r--r-- | mutator_aux.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/mutator_aux.h b/mutator_aux.h index 4f97d10..303d01f 100644 --- a/mutator_aux.h +++ b/mutator_aux.h @@ -20,6 +20,9 @@ public:    void XMLCreateReport(void);    void XMLAddNode(ASTContext* ASTC, SourceLocation SL, std::string MisraRule, std::string Description); +  /*overloaded for rule checks that announce the result on onendoftranslation instead of run +  since they dont have access to matchresult or astcontext.*/ +  void XMLAddNode(FullSourceLoc FSL, SourceLocation SL, std::string MisraRule, std::string Description);    void SaveReport(void);  private: | 
