summaryrefslogtreecommitdiffstats
path: root/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/examples/AnnotateFunctions/AnnotateFunctions.cpp')
-rw-r--r--clang/examples/AnnotateFunctions/AnnotateFunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp b/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp
index 96eb78eb17d..d201bf3df89 100644
--- a/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp
+++ b/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp
@@ -41,7 +41,7 @@ class AnnotateFunctionsAction : public PluginASTAction {
public:
std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
llvm::StringRef) override {
- return llvm::make_unique<AnnotateFunctionsConsumer>();
+ return std::make_unique<AnnotateFunctionsConsumer>();
}
bool ParseArgs(const CompilerInstance &CI,
OpenPOWER on IntegriCloud