llvm-project/clang-tools-extra/clangd/unittests
Sam McCall 6f1a501fdd [clangd] Fix typo in test. NFC 2021-12-21 14:17:25 +01:00
..
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] cleanup of header guard names 2021-12-02 15:58:35 +00:00
tweaks [clangd] cleanup of header guard names 2021-12-02 15:58:35 +00: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 [clang] retain type sugar in auto / template argument deduction 2021-11-15 23:07:45 +01:00
Annotations.cpp
Annotations.h [clangd] cleanup of header guard names 2021-12-02 15:58:35 +00:00
BackgroundIndexTests.cpp Revert "Revert "[clangd] Canonicalize compile flags before applying edits"" 2021-07-27 14:49:53 +02:00
CMakeLists.txt [clangd] Print current request context along with the stack trace 2021-10-26 00:58:09 +02:00
CallHierarchyTests.cpp [clangd] Add ObjC method support to prepareCallHierarchy 2021-11-25 11:23:24 +01:00
CanonicalIncludesTests.cpp [clangd] Group filename calculations in SymbolCollector, and cache mroe. 2021-03-11 12:59:26 +01:00
ClangdLSPServerTests.cpp Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
ClangdTests.cpp [clangd] Provide documentation as MarkupContent in signaturehelp 2021-12-10 12:58:08 +01:00
CodeCompleteTests.cpp [clangd] Provide documentation as MarkupContent in signaturehelp 2021-12-10 12:58:08 +01: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] Bail-out when an empty compile flag is encountered 2021-09-20 16:51:56 +02:00
CompilerTests.cpp [clangd] Bail-out when an empty compile flag is encountered 2021-09-20 16:51:56 +02:00
ConfigCompileTests.cpp [clangd] Add a way to enable IncludeCleaner through config 2021-10-26 12:53:05 +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 [clangd] Make a.k.a printing configurable. 2021-12-08 14:17:01 +08: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][Dex] Fix crashes when building trigrams for empty identifier 2021-12-13 15:58:33 +01:00
DiagnosticsTests.cpp [clangd] Fix typo in test. NFC 2021-12-21 14:17:25 +01: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
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] Cleanup unneeded use of shared_ptr. NFC 2021-12-15 02:13:50 +01:00
FindSymbolsTests.cpp [clangd] Support `#pragma mark` in the outline 2021-09-23 17:13:30 -04:00
FindTargetTests.cpp [clangd] TargetFinder: Fix assert-crash on TemplateExpansion args. 2021-10-13 13:15:36 +02:00
FormatTests.cpp
FuzzyMatchTests.cpp
GlobalCompilationDatabaseTests.cpp [NFC][clangd] cleaning up unused "using" 2021-11-16 13:09:49 +00:00
HeaderSourceSwitchTests.cpp [clangd][NFC] Rename FSProvider and getFileSystem 2020-06-19 12:12:03 +02:00
HeadersTests.cpp [clangd] Record IWYU pragma keep in the IncludeStructure 2021-12-08 15:55:50 +01:00
HoverTests.cpp [clang][clangd] Desugar array type. 2021-12-09 20:12:48 +08:00
IncludeCleanerTests.cpp Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl" 2021-12-20 18:03:15 +01:00
IndexActionTests.cpp [clangd] Dont index deeply nested symbols 2021-04-27 12:34:56 +02:00
IndexTests.cpp [NFC][clangd] cleaning up unused "using" 2021-11-16 13:09:49 +00:00
InlayHintTests.cpp [clang] retain type sugar in auto / template argument deduction 2021-11-15 23:07:45 +01:00
JSONTransportTests.cpp [libc++] Remove unused macro in __config 2021-09-23 13:09:32 -04: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] cleanup of header guard names 2021-12-02 15:58:35 +00: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] cleanup of header guard names 2021-12-02 15:58:35 +00:00
ModulesTests.cpp [clangd] Always default to raw pch format 2021-05-14 16:34:57 +02:00
ParsedASTTests.cpp [clangd] Fix filename ranges while replaying preamble 2021-10-27 09:34:17 +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] Record IWYU pragma keep in the IncludeStructure 2021-12-08 15:55:50 +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 [NFC][clangd] cleaning up unused "using" 2021-11-16 13:09:49 +00:00
RenameTests.cpp [clangd] Fix undefined behavior when generating error message at rename with an invalid name 2021-12-19 22:28:26 +03:00
SelectionTests.cpp [clangd] SelectionTree should prefer lexical declcontext 2021-10-28 17:39:35 +02:00
SemanticHighlightingTests.cpp [clang] Traverse enum base specifier in RAV 2021-10-25 13:16:14 +02:00
SemanticSelectionTests.cpp [clangd] Start using SyntaxTrees for folding ranges feature 2020-10-27 16:47:35 +01:00
SerializationTests.cpp [NFC] Don't set rlimit in test with MSAN 2021-11-04 18:18:03 -07:00
SourceCodeTests.cpp [clangd] Move DraftStore from ClangdLSPServer into ClangdServer. 2021-03-02 22:58:50 +01:00
SymbolCollectorTests.cpp [clangd] Ensure Ref::Container refers to an indexed symbol 2021-07-22 03:33:40 -04: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] Provide documentation as MarkupContent in signaturehelp 2021-12-10 12:58:08 +01:00
SyncAPI.h [clangd] Provide documentation as MarkupContent in signaturehelp 2021-12-10 12:58:08 +01:00
TUSchedulerTests.cpp [clangd] Cleanup unneeded use of shared_ptr. NFC 2021-12-15 02:13:50 +01: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] cleanup of header guard names 2021-12-02 15:58:35 +00:00
TestIndex.cpp [clangd] Include-fixer: handle more "incomplete type" diags. 2021-12-11 01:46:35 +01:00
TestIndex.h [clangd] Include-fixer: handle more "incomplete type" diags. 2021-12-11 01:46:35 +01:00
TestTU.cpp [clangd] Cleanup unneeded use of shared_ptr. NFC 2021-12-15 02:13:50 +01:00
TestTU.h [clangd] cleanup of header guard names 2021-12-02 15:58:35 +00:00
TestWorkspace.cpp [clangd] Cleanup unneeded use of shared_ptr. NFC 2021-12-15 02:13:50 +01:00
TestWorkspace.h [clangd] cleanup of header guard names 2021-12-02 15:58:35 +00:00
ThreadCrashReporterTests.cpp [clangd] Print current request context along with the stack trace 2021-10-26 00:58:09 +02: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 Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl" 2021-12-20 18:03:15 +01:00
lit.cfg.py
lit.site.cfg.py.in