aboutsummaryrefslogtreecommitdiffstats
path: root/cgrep.cpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-10-13 17:18:41 +0000
committerbloodstalker <thabogre@gmail.com>2019-10-13 17:18:41 +0000
commite5e9d2b3ada1bb214d60541e51723d81f2a8e081 (patch)
treef88ac84de6d8f130d1be9224336a3e595f48be1d /cgrep.cpp
parentadded the awk option. need to check correction though. travis now checks for ... (diff)
downloadcgrep-e5e9d2b3ada1bb214d60541e51723d81f2a8e081.tar.gz
cgrep-e5e9d2b3ada1bb214d60541e51723d81f2a8e081.zip
missed something
Diffstat (limited to 'cgrep.cpp')
-rw-r--r--cgrep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgrep.cpp b/cgrep.cpp
index 09958b1..663b8b5 100644
--- a/cgrep.cpp
+++ b/cgrep.cpp
@@ -752,7 +752,7 @@ public:
return llvm::make_unique<MyASTConsumer>(TheRewriter);
#endif
#if __clang_major__ >= 10
- return llvm::make_unique<MyASTConsumer>(TheRewriter);
+ return std::make_unique<MyASTConsumer>(TheRewriter);
#endif
}