[clangd] Try to fix buildbot after r339320.
authorEric Liu <ioeric@google.com>
Thu, 9 Aug 2018 09:25:26 +0000 (09:25 +0000)
committerEric Liu <ioeric@google.com>
Thu, 9 Aug 2018 09:25:26 +0000 (09:25 +0000)
http://lab.llvm.org:8011/builders/clang-cmake-armv8-quick/builds/5487

llvm-svn: 339322

clang-tools-extra/clangd/TUScheduler.cpp

index cae4b09..f985e7d 100644 (file)
@@ -63,7 +63,7 @@ namespace {
 class ASTWorker;
 }
 
-static const clang::clangd::Key<std::string> kFileBeingProcessed;
+static clang::clangd::Key<std::string> kFileBeingProcessed;
 
 llvm::Optional<llvm::StringRef> TUScheduler::getFileBeingProcessedInContext() {
   if (auto *File = Context::current().get(kFileBeingProcessed))