Commit c57a1fcc authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Merging r354505:

------------------------------------------------------------------------
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
------------------------------------------------------------------------

llvm-svn: 354981
parent a4fc3887
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,8 @@ docs/_build
# VS2017 and VSCode config files.
.vscode
.vs
# clangd index
.clangd

#==============================================================================#
# Files created in tree by the Go bindings.