]> granicus.if.org Git - llvm/commitdiff
Merging r354505:
authorHans Wennborg <hans@hanshq.net>
Wed, 27 Feb 2019 14:56:14 +0000 (14:56 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 27 Feb 2019 14:56:14 +0000 (14:56 +0000)
------------------------------------------------------------------------
r354505 | ibiryukov | 2019-02-20 20:08:06 +0100 (Wed, 20 Feb 2019) | 13 lines

[clangd] Store index in '.clangd/index' instead of '.clangd-index'

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/branches/release_80@354981 91177308-0d34-0410-b5e6-96231b3b80d8

.gitignore

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