Skip to content

Commit

Permalink
Merging r354505:
Browse files Browse the repository at this point in the history
------------------------------------------------------------------------
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
  • Loading branch information
zmodem committed Feb 27, 2019
1 parent a4fc388 commit c57a1fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/.gitignore
Expand Up @@ -72,6 +72,8 @@ docs/_build
# VS2017 and VSCode config files.
.vscode
.vs
# clangd index
.clangd

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

0 comments on commit c57a1fc

Please sign in to comment.