summaryrefslogtreecommitdiffstats
path: root/clangd/GlobalCompilationDatabase.cpp
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2017-10-10 14:21:04 +0000
committerIlya Biryukov <ibiryukov@google.com>2017-10-10 14:21:04 +0000
commitea6f2070d50a6d5fad2784be6d749a4bd08be677 (patch)
tree47821df7e5d96dfb0ed82de333dd1ba1ca6c79d0 /clangd/GlobalCompilationDatabase.cpp
parent0439311d183a9f5a11f84ce857c6ca7e1976a256 (diff)
[clangd] clang-format the source code. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@315317 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clangd/GlobalCompilationDatabase.cpp')
-rw-r--r--clangd/GlobalCompilationDatabase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clangd/GlobalCompilationDatabase.cpp b/clangd/GlobalCompilationDatabase.cpp
index f555766d..834d9924 100644
--- a/clangd/GlobalCompilationDatabase.cpp
+++ b/clangd/GlobalCompilationDatabase.cpp
@@ -40,7 +40,7 @@ tooling::CompileCommand getDefaultCompileCommand(PathRef File) {
DirectoryBasedGlobalCompilationDatabase::
DirectoryBasedGlobalCompilationDatabase(
clangd::Logger &Logger, llvm::Optional<Path> CompileCommandsDir)
- : Logger(Logger), CompileCommandsDir(std::move(CompileCommandsDir)) {}
+ : Logger(Logger), CompileCommandsDir(std::move(CompileCommandsDir)) {}
std::vector<tooling::CompileCommand>
DirectoryBasedGlobalCompilationDatabase::getCompileCommands(PathRef File) {