diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-23 11:46:49 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-23 11:46:49 +0000 |
commit | 886f344694057f864fd211f285d48921348bfe1d (patch) | |
tree | 28c4f99e0776e27cf1b05dfa798a96327bd57096 /mutator_aux.h | |
parent | nothing (diff) | |
download | mutator-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 'mutator_aux.h')
-rw-r--r-- | mutator_aux.h | 2 |
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); /*********************************************************************************************************************/ |