]> granicus.if.org Git - llvm/commitdiff
[clangd] Store index in '.clangd/index' instead of '.clangd-index'
authorIlya Biryukov <ibiryukov@google.com>
Wed, 20 Feb 2019 19:08:06 +0000 (19:08 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Wed, 20 Feb 2019 19:08:06 +0000 (19:08 +0000)
Summary: To take up the .clangd folder for other potential uses in the future.

Reviewers: kadircet, sammccall

Reviewed By: kadircet

Subscribers: ioeric, MaskRay, jkorous, arphaman, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D58440

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354505 91177308-0d34-0410-b5e6-96231b3b80d8

.gitignore

index 49273af86bd2bc7febd9ba765b4b6b935d065b34..be58944c9b3a1a38fecd840a17bccc517c76811e 100644 (file)
@@ -72,8 +72,8 @@ docs/_build
 # VS2017 and VSCode config files.
 .vscode
 .vs
-# clangd background index
-.clangd-index
+# clangd index
+.clangd
 
 #==============================================================================#
 # Files created in tree by the Go bindings.