llvm-project/clang-tools-extra/clangd/index
Steven Wu 4ba360d499 [CMake] Fix FindGRPC cmake module to allow different layering
Take the library target out of `generate_protos` function so the caller
can decide where to layer the library using the source generated from
the function.

Fixes: https://github.com/llvm/llvm-project/issues/58075

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D135712
2022-10-12 15:35:26 -07:00
..
dex [clangd] Optimize Dex::generateProximityURIs(). 2022-10-06 17:01:04 +02:00
remote [CMake] Fix FindGRPC cmake module to allow different layering 2022-10-12 15:35:26 -07:00
Background.cpp [clangd] Add command-line flag to set background indexing thread priority. 2022-05-17 20:17:07 +02:00
Background.h [clang][clang-tools-extra] LLVM_NODISCARD => [[nodiscard]]. NFC 2022-08-09 07:11:18 +00:00
BackgroundIndexLoader.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
BackgroundIndexLoader.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
BackgroundIndexStorage.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
BackgroundQueue.cpp [clangd] Explicitly avoid background-indexing the same file twice. 2021-01-13 17:29:30 +01:00
BackgroundRebuild.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
BackgroundRebuild.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
CanonicalIncludes.cpp [clangd] Avoid scanning up to end of file on each comment! 2022-10-06 11:38:55 +02:00
CanonicalIncludes.h [clang-tools-extra] Fixed a number of typos 2022-08-01 15:32:25 +02:00
FileIndex.cpp Reland(3) "[clangd] Indexing of standard library" 2022-05-19 08:13:23 +02:00
FileIndex.h Reland(3) "[clangd] Indexing of standard library" 2022-05-19 08:13:23 +02:00
Index.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
Index.h Add an option to fill container for ref 2022-05-19 16:05:38 +02:00
IndexAction.cpp [clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective() 2022-04-14 10:46:12 +02:00
IndexAction.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
MemIndex.cpp [clang-tools-extra] Use value_or instead of getValueOr (NFC) 2022-06-19 00:13:38 -07:00
MemIndex.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
Merge.cpp Use any_of (NFC) 2022-07-22 01:05:17 -07:00
Merge.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
ProjectAware.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
ProjectAware.h [clangd] cleanup of header guard names 2021-12-02 15:58:35 +00:00
Ref.cpp
Ref.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
Relation.cpp [clangd] Add OverridenBy Relation to index. 2020-11-18 06:59:49 +01:00
Relation.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
Serialization.cpp [Support] Rename llvm::compression::{zlib,zstd}::uncompress to more appropriate decompress 2022-09-17 12:35:17 -07:00
Serialization.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
StdLib.cpp Use the range-based overload of llvm::sort where possible 2022-07-23 15:13:25 +02:00
StdLib.h Reland(3) "[clangd] Indexing of standard library" 2022-05-19 08:13:23 +02:00
Symbol.cpp [clangd] Don't clone SymbolSlab::Builder arenas when finalizing. 2022-10-05 20:55:53 +02:00
Symbol.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
SymbolCollector.cpp [Index] [clangd] Support for concept declarations and requires expressions 2022-04-26 13:50:01 +00:00
SymbolCollector.h [clangd] Performance improvements and cleanup 2022-04-11 17:15:25 +02:00
SymbolID.cpp [clangd] Performance improvements and cleanup 2022-04-11 17:15:25 +02:00
SymbolID.h [clangd] Avoid lexicographic compare when sorting SymbolIDs. NFC 2022-10-05 23:02:28 +02:00
SymbolLocation.cpp
SymbolLocation.h [clangd] cleanup of header guard names 2021-12-02 15:58:35 +00:00
SymbolOrigin.cpp Reland(3) "[clangd] Indexing of standard library" 2022-05-19 08:13:23 +02:00
SymbolOrigin.h Reland(3) "[clangd] Indexing of standard library" 2022-05-19 08:13:23 +02:00
YAMLSerialization.cpp [clang, clang-tools-extra] Use has_value instead of hasValue (NFC) 2022-07-12 22:47:41 -07:00