..
decision_forest_model
Revert "Temporarily Revert "[clangd] Add Random Forest runtime for code completion.""
2020-09-19 10:54:04 +02:00
remote
[clangd] Add symbol origin for remote index
2020-11-28 15:38:11 +01:00
support
[clangd] Fix windows buildbots after ecea7218fb
2021-02-16 20:57:08 +01:00
tweaks
[clangd] Use dirty filesystem when performing cross file tweaks
2021-04-20 17:13:44 +01:00
xpc
[clangd] CMake: express -Iclangd/ at top level and inherit
2021-07-02 09:52:36 +02:00
ASTSignalsTests.cpp
[clangd] Make AST-based signals available to runWithPreamble.
2021-01-14 18:34:50 +01:00
ASTTests.cpp
[clangd] Dont index deeply nested symbols
2021-04-27 12:34:56 +02:00
Annotations.cpp
…
Annotations.h
…
BackgroundIndexTests.cpp
[clangd] Take into account what is in the index (symbols, references, etc.) at indexes merge
2021-02-05 13:35:07 +03:00
CMakeLists.txt
[clangd] CMake: express -Iclangd/ at top level and inherit
2021-07-02 09:52:36 +02:00
CallHierarchyTests.cpp
[clangd] Sort results of incomingCalls request by container name
2020-11-24 03:29:02 -05:00
CanonicalIncludesTests.cpp
[clangd] Group filename calculations in SymbolCollector, and cache mroe.
2021-03-11 12:59:26 +01:00
ClangdLSPServerTests.cpp
[clangd] Introduce ASTHooks to FeatureModules
2021-04-13 17:45:09 +02:00
ClangdTests.cpp
[clangd] Add a flag to disable formatting of tweak edits
2021-06-28 20:52:47 +02:00
CodeCompleteTests.cpp
[clangd] Dont index ObjCCategoryDecls for completion
2021-06-22 22:42:25 +02:00
CodeCompletionStringsTests.cpp
[clangd] Fix invalid UTF8 when extracting doc comments.
2020-09-30 16:05:12 +02:00
CollectMacrosTests.cpp
[clangd] Add main file macros into the main-file index.
2021-01-14 15:10:17 +03:00
CompileCommandsTests.cpp
[clangd] Use command line adjusters for inserting compile flags
2021-06-17 09:24:53 +02:00
CompilerTests.cpp
[clangd] Don't crash on `#pragma clang __debug parser_crash`
2020-08-20 15:53:21 +03:00
ConfigCompileTests.cpp
[clangd] Add CMake option to (not) link in clang-tidy checks
2021-07-14 10:04:21 +02:00
ConfigProviderTests.cpp
[clangd] Provide suggestions with invalid config keys
2020-12-15 18:16:17 +00:00
ConfigTesting.h
[clangd] Publish config file errors over LSP
2020-12-07 11:07:32 +01:00
ConfigYAMLTests.cpp
Revert "Revert "[clangd] Provide a way to disable external index""
2021-04-13 11:24:32 +02:00
DecisionForestTests.cpp
Revert "Temporarily Revert "[clangd] Add Random Forest runtime for code completion.""
2020-09-19 10:54:04 +02:00
DexTests.cpp
[clangd] Use URIs instead of paths in the index file list
2021-03-06 10:47:05 +03:00
DiagnosticsTests.cpp
[clangd] Add CMake option to (not) link in clang-tidy checks
2021-07-14 10:04:21 +02:00
DraftStoreTests.cpp
[clangd] Add a Filesystem that overlays Dirty files.
2021-03-09 14:35:21 +00:00
DumpASTTests.cpp
[clangd] Allow AST request without range
2021-04-23 21:35:42 +02:00
ExpectedTypeTest.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
FSTests.cpp
[clangd] Change FSProvider::getFileSystem to take CurrentWorkingDirectory
2020-06-19 12:12:02 +02:00
FeatureModulesTests.cpp
[clangd] Fix feature modules to drop diagnostics
2021-06-17 09:29:29 +02:00
FileDistanceTests.cpp
…
FileIndexTests.cpp
[clangd] Use URIs instead of paths in the index file list
2021-03-06 10:47:05 +03:00
FindSymbolsTests.cpp
[clangd] Make WorkspaceSymbols request work with empty queries
2021-03-03 15:41:39 +01:00
FindTargetTests.cpp
Fix test following Clang change ef227b3
.
2021-06-30 17:11:55 -07:00
FormatTests.cpp
…
FuzzyMatchTests.cpp
[ADT] Make StringRef's std::string conversion operator explicit
2020-01-28 23:47:07 +01:00
GlobalCompilationDatabaseTests.cpp
[clangd] Replace usages of dummy with more descriptive words
2021-03-22 12:49:24 +01:00
HeaderSourceSwitchTests.cpp
[clangd][NFC] Rename FSProvider and getFileSystem
2020-06-19 12:12:03 +02:00
HeadersTests.cpp
[clangd] Rename FSProvider to TFS in case of ThreadsafeFS
2020-06-19 12:12:03 +02:00
HoverTests.cpp
[clangd] Show padding following a field on field hover.
2021-06-30 17:50:59 +02:00
IndexActionTests.cpp
[clangd] Dont index deeply nested symbols
2021-04-27 12:34:56 +02:00
IndexTests.cpp
[clangd] Perform merging for stale symbols in MergeIndex
2021-03-30 11:09:51 +02:00
InlayHintTests.cpp
[clangd] Type hints for structured bindings
2021-07-04 21:53:36 -04:00
JSONTransportTests.cpp
[clangd] Move non-clang base pieces into separate support/ lib. NFCI
2020-04-29 15:57:12 +02:00
LSPBinderTests.cpp
[clangd] Bind outgoing calls through LSPBinder too. NFC
2021-02-17 10:56:06 +01:00
LSPClient.cpp
[clangd] Metric tracking through Tracer
2020-05-03 10:50:32 +02:00
LSPClient.h
[clangd] Set up machinery for gtests of ClangdLSPServer.
2020-04-10 02:50:57 +02:00
LoggerTests.cpp
[clangd] Add error() function for creating formatv-style llvm::Errors. NFC
2020-09-14 10:43:42 +02:00
Matchers.h
Clangd Matchers.h: Fix -Wdeprecated-copy by making the defaulted copy ctor and deleted copy assignment operators explicit
2021-05-10 14:31:11 -07:00
ModulesTests.cpp
[clangd] Always default to raw pch format
2021-05-14 16:34:57 +02:00
ParsedASTTests.cpp
[Lex] Consider a PCH header-guarded even with #endif truncated
2021-07-20 14:25:36 +02:00
PathMappingTests.cpp
[clang-tools-extra] NFC: Fix trivial typo in documents and comments
2020-04-05 15:28:40 +09:00
PreambleTests.cpp
[clangd] Introduce pullDiags endpoint
2021-03-16 12:52:15 +01:00
PrintASTTests.cpp
[clangd] Make unit test compatible with gtest 1.10.0
2021-05-14 19:37:46 +02:00
ProjectAwareIndexTests.cpp
[clangd] Drop optional on ExternalIndexSpec
2021-06-02 23:26:37 +02:00
QualityTests.cpp
Revert "[clangd] Extract symbol-scope logic out of Quality, add tests. NFC"
2021-01-29 14:59:16 +01:00
RIFFTests.cpp
…
RenameTests.cpp
[clangd] don't rename if the triggering loc is not actually being renamed.
2021-06-11 13:51:50 +02:00
SelectionTests.cpp
Add explicit braces to silence warning about ambiguous 'else' inside the EXPECT_EQ macro. NFCI.
2021-06-10 10:55:24 +01:00
SemanticHighlightingTests.cpp
[clangd] Fix highlighting for implicit ObjC property refs
2021-06-30 12:31:50 -04:00
SemanticSelectionTests.cpp
[clangd] Start using SyntaxTrees for folding ranges feature
2020-10-27 16:47:35 +01:00
SerializationTests.cpp
[clangd] Express ASAN interactions of tests more clearly. NFC
2020-11-19 20:14:51 +01:00
SourceCodeTests.cpp
[clangd] Move DraftStore from ClangdLSPServer into ClangdServer.
2021-03-02 22:58:50 +01:00
SymbolCollectorTests.cpp
[clangd] Dont index ObjCCategoryDecls for completion
2021-06-22 22:42:25 +02:00
SymbolInfoTests.cpp
[clang-tools-extra] NFC: Fix trivial typo in documents and comments
2020-04-05 15:28:40 +09:00
SyncAPI.cpp
[clangd] Move DraftStore from ClangdLSPServer into ClangdServer.
2021-03-02 22:58:50 +01:00
SyncAPI.h
[clangd] Move DraftStore from ClangdLSPServer into ClangdServer.
2021-03-02 22:58:50 +01:00
TUSchedulerTests.cpp
[clangd] TUScheduler uses last active file for file-less queries
2021-06-02 22:50:24 +02:00
TestFS.cpp
[clangd] Ignore the static index refs from the dynamic index files.
2020-12-18 15:36:30 +03:00
TestFS.h
[clangd] Fix crash-bug in preamble indexing when using modules.
2020-08-20 14:19:52 +02:00
TestIndex.cpp
[clangd] NFC: Use SmallVector<T> where possible
2020-12-10 13:36:49 +01:00
TestIndex.h
…
TestScheme.h
…
TestTU.cpp
[AST] Include the TranslationUnitDecl when traversing with TraversalScope
2021-06-11 14:29:45 +02:00
TestTU.h
[clangd] Move gtest include to TestTU.cpp from TestTU.h
2021-05-31 07:56:56 +02:00
TestWorkspace.cpp
[clangd] Move gtest include to TestTU.cpp from TestTU.h
2021-05-31 07:56:56 +02:00
TestWorkspace.h
[clangd] Add a TestWorkspace utility
2020-10-24 20:15:17 -04:00
TidyProviderTests.cpp
[clangd] Fix clang tidy provider when multiple config files exist in directory tree
2021-02-12 16:55:46 +00:00
TypeHierarchyTests.cpp
[clangd] Introduce pullDiags endpoint
2021-03-16 12:52:15 +01:00
URITests.cpp
[clangd] Fix conversion from Windows UNC paths to file URI format.
2020-07-22 12:13:09 +02:00
XRefsTests.cpp
[clangd] Correct SelectionTree behavior around anonymous field access.
2021-06-30 17:34:48 +02:00
lit.cfg.py
…
lit.site.cfg.py.in
…