diff options
Diffstat (limited to 'clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp')
| -rw-r--r-- | clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp b/clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp index 8caa1c5aa73..16b8ae8d677 100644 --- a/clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp +++ b/clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp @@ -258,7 +258,7 @@ public: llvm::IntrusiveRefCntPtr<FileManager> Files( new FileManager(FileSystemOptions(), InMemoryFileSystem)); - auto Factory = llvm::make_unique<SymbolIndexActionFactory>( + auto Factory = std::make_unique<SymbolIndexActionFactory>( CollectorOpts, PragmaHandler.get()); std::vector<std::string> Args = {"symbol_collector", "-fsyntax-only", |

