aboutsummaryrefslogtreecommitdiffstats
path: root/mutator_aux.h
diff options
context:
space:
mode:
authoruser1 <user1@ubuntu>2017-04-14 19:31:35 +0000
committeruser1 <user1@ubuntu>2017-04-14 19:31:35 +0000
commit19129256402d71d41fbacaaf2fcea8cc64cb9fba (patch)
tree14ca6221c2c79fee2897c224fe5b0d4242cb6206 /mutator_aux.h
parentadded (simple, not necessarily general) translation of memset() (diff)
parentadded some more experimental stuff. right now bruiser can only hijack the main. (diff)
downloadmutator-19129256402d71d41fbacaaf2fcea8cc64cb9fba.tar.gz
mutator-19129256402d71d41fbacaaf2fcea8cc64cb9fba.zip
Merge branch 'master' of https://github.com/bloodstalker/mutator.git
Diffstat (limited to 'mutator_aux.h')
-rw-r--r--mutator_aux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mutator_aux.h b/mutator_aux.h
index 5385742..f1ad3fe 100644
--- a/mutator_aux.h
+++ b/mutator_aux.h
@@ -44,7 +44,9 @@ enum class Scope {NoValue, TU, Block};
enum class FunctionDeclKind {NoValue, Definition, Declaration};
/*********************************************************************************************************************/
-SourceLocation SourceLocationHasMacro (SourceLocation SL, Rewriter &Rewrite, std::string Kind);
+SourceLocation SourceLocationHasMacro [[deprecated("doesnt work")]] (SourceLocation SL, Rewriter &Rewrite, std::string Kind);
+
+SourceLocation SourceLocationHasMacro(SourceLocation __sl, Rewriter &__rewrite);
/*********************************************************************************************************************/
bool IsTheMatchInSysHeader(bool SysHeaderFlag, const ast_matchers::MatchFinder::MatchResult &MR, SourceLocation SL);