From 8707caed44832a127ab2b143162d2bf2329f39cf Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 18 Apr 2017 05:45:32 +0430 Subject: minor changes --- bruiser/bruiser.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bruiser/bruiser.cpp b/bruiser/bruiser.cpp index 1847b0d..44a2084 100644 --- a/bruiser/bruiser.cpp +++ b/bruiser/bruiser.cpp @@ -49,9 +49,11 @@ using namespace clang::tooling; /**********************************************************************************************************************/ /*global vars*/ static llvm::cl::OptionCategory BruiserCategory("Empty"); + +bruiser::M0_ERR m0_err; /**********************************************************************************************************************/ cl::opt Intrusive("intrusive", cl::desc("If set true. bruiser will mutate the source."), cl::init(true), cl::cat(BruiserCategory), cl::ZeroOrMore); -cl::opt M0XMLPath("xmlpath", cl::desc("tells bruiser where to find the XML file containing the Mutator-LVL0 report."), cl::init("./test/misrareport.xml"), cl::cat(BruiserCategory), cl::ZeroOrMore); +cl::opt M0XMLPath("xmlpath", cl::desc("tells bruiser where to find the XML file containing the Mutator-LVL0 report."), cl::init(bruiser::M0REP), cl::cat(BruiserCategory), cl::ZeroOrMore); /**********************************************************************************************************************/ /*the implementation of the bruiser logger.*/ bruiser::BruiserReport::BruiserReport () -- cgit v1.2.3