llvm-project/clang-tools-extra/clangd/index
Kadir Cetinkaya 890dfddef0 [clangd] Remove ./ and ../ in the file paths
Reviewers: hokein

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

Tags: #clang

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

llvm-svn: 355681
2019-03-08 09:57:33 +00:00
..
dex [clangd] Add type boost to fuzzy find in Dex. 2019-02-06 15:36:23 +00:00
Background.cpp [clangd] Remove ./ and ../ in the file paths 2019-03-08 09:57:33 +00:00
Background.h [clangd] Store index in '.clangd/index' instead of '.clangd-index' 2019-02-20 19:08:06 +00:00
BackgroundIndexStorage.cpp [clangd] Store index in '.clangd/index' instead of '.clangd-index' 2019-02-20 19:08:06 +00:00
CanonicalIncludes.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CanonicalIncludes.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
FileIndex.cpp Moved SymbolOrigin into its own header and implementation file 2019-02-28 12:31:49 +00:00
FileIndex.h Moved Symbol into its own header and implementation file 2019-02-28 13:23:03 +00:00
Index.cpp Moved Ref into its own header and implementation file 2019-02-28 13:49:25 +00:00
Index.h Moved Ref into its own header and implementation file 2019-02-28 13:49:25 +00:00
IndexAction.cpp Added missing license headers 2019-02-28 14:01:11 +00:00
IndexAction.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MemIndex.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MemIndex.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Merge.cpp Moved Symbol into its own header and implementation file 2019-02-28 13:23:03 +00:00
Merge.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Ref.cpp [clangd] Deduplicate Refs on the fly. 2019-03-08 09:26:30 +00:00
Ref.h [clangd] Deduplicate Refs on the fly. 2019-03-08 09:26:30 +00:00
Serialization.cpp Moved SymbolOrigin into its own header and implementation file 2019-02-28 12:31:49 +00:00
Serialization.h Moved Symbol into its own header and implementation file 2019-02-28 13:23:03 +00:00
Symbol.cpp Moved Symbol into its own header and implementation file 2019-02-28 13:23:03 +00:00
Symbol.h Moved Symbol into its own header and implementation file 2019-02-28 13:23:03 +00:00
SymbolCollector.cpp [clangd] Make sure constructors do not reference class 2019-03-08 09:54:37 +00:00
SymbolCollector.h Moved SymbolOrigin into its own header and implementation file 2019-02-28 12:31:49 +00:00
SymbolID.cpp [clangd] NFC: fix clang-tidy warnings. 2019-01-25 15:14:03 +00:00
SymbolID.h Moved DenseMap support for SymbolID into SymbolID.h 2019-02-28 11:00:44 +00:00
SymbolLocation.cpp Moved SymbolLocation into its own header and implementation file 2019-02-28 11:02:01 +00:00
SymbolLocation.h Moved SymbolLocation into its own header and implementation file 2019-02-28 11:02:01 +00:00
SymbolOrigin.cpp Moved SymbolOrigin into its own header and implementation file 2019-02-28 12:31:49 +00:00
SymbolOrigin.h Moved SymbolOrigin into its own header and implementation file 2019-02-28 12:31:49 +00:00
YAMLSerialization.cpp Fix file headers. NFC 2019-03-01 09:52:53 +00:00