diff options
Diffstat (limited to '')
-rw-r--r-- | mutator_report.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mutator_report.h b/mutator_report.h index a1e955b..69f177d 100644 --- a/mutator_report.h +++ b/mutator_report.h @@ -47,6 +47,7 @@ class XMLReport { public: XMLReport(); + ~XMLReport(); void XMLCreateReport(void); void XMLAddNode(ASTContext* ASTC, SourceLocation SL, std::string MisraRule, std::string Description); @@ -60,6 +61,8 @@ public: void XMLAddNode(unsigned Line, unsigned Column, std::string FileName, std::string MisraRule, std::string Description); + bool isReportEmpty(void); + void SaveReport(void); private: |