diff options
Diffstat (limited to '')
-rw-r--r-- | m0/mutator_report.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m0/mutator_report.h b/m0/mutator_report.h index 0be06f6..730b7ec 100644 --- a/m0/mutator_report.h +++ b/m0/mutator_report.h @@ -80,7 +80,7 @@ namespace Devi { bool isReportEmpty(void); - void SaveReport(void); + void SaveReport(std::string savepath); private: XMLDocument XMLReportDoc; @@ -92,7 +92,7 @@ namespace Devi { public: JSONReport(); - void JSONCreateReport(void); + void JSONCreateReport(std::string outpath); void JSONAddElement(ASTContext* ASTC, SourceLocation SL, std::string MisraRule, std::string Description); /*overload for checks that announce the result in onendoftranslation unit.*/ void JSONAddElement(FullSourceLoc FSL, SourceLocation SL, std::string MisraRule, std::string Description); |