aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Index/IndexTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/Index/IndexTests.cpp')
-rw-r--r--clang/unittests/Index/IndexTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Index/IndexTests.cpp b/clang/unittests/Index/IndexTests.cpp
index bbd5db3..bf0418c 100644
--- a/clang/unittests/Index/IndexTests.cpp
+++ b/clang/unittests/Index/IndexTests.cpp
@@ -134,7 +134,7 @@ protected:
indexTopLevelDecls(Ctx, *PP, DeclsToIndex, *Index, Opts);
}
};
- return llvm::make_unique<Consumer>(Index, CI.getPreprocessorPtr(), Opts);
+ return std::make_unique<Consumer>(Index, CI.getPreprocessorPtr(), Opts);
}
private: