aboutsummaryrefslogtreecommitdiffstats
path: root/mutator_aux.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-23 11:46:49 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-23 11:46:49 +0000
commit886f344694057f864fd211f285d48921348bfe1d (patch)
tree28c4f99e0776e27cf1b05dfa798a96327bd57096 /mutator_aux.h
parentnothing (diff)
downloadmutator-886f344694057f864fd211f285d48921348bfe1d.tar.gz
mutator-886f344694057f864fd211f285d48921348bfe1d.zip
added xml report classes, there is a problem with a tinyxml2 assert being triggered on inheritance while the same problem doesnt exist when you dont inherit, raised an issue, until that gets sorted out, the report classes are one-offs, took me 2 days
Diffstat (limited to '')
-rw-r--r--mutator_aux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutator_aux.h b/mutator_aux.h
index 52be1b0..c6baa8e 100644
--- a/mutator_aux.h
+++ b/mutator_aux.h
@@ -46,7 +46,7 @@ enum class Scope {NoValue, TU, Block};
enum class FunctionDeclKind {NoValue, Definition, Declaration};
/*********************************************************************************************************************/
-SourceLocation SourceLocationHasMacro [[deprecated("doesnt work")]] (SourceLocation SL, Rewriter &Rewrite, std::string Kind);
+SourceLocation SourceLocationHasMacro(SourceLocation SL, Rewriter &Rewrite, std::string Kind);
SourceLocation SourceLocationHasMacro(SourceLocation __sl, Rewriter &__rewrite);
/*********************************************************************************************************************/