llvm-project/clang-tools-extra/clangd/unittests
Sam McCall 93cf9640fa Add 'clangd' prefix to remote index proto targets
Some pieces of build infrastructure (shlib, debian package) classify
targets based on whether they begin with "clang".
2022-01-29 02:20:52 +01:00
..
decision_forest_model
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 [NFC][clangd] cleaning up llvm-qualified-auto 2022-01-25 13:26:33 +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 [clangd] Don't index __reserved_names in headers. 2022-01-05 16:34:04 +01:00
Annotations.cpp
Annotations.h [clangd] cleanup of header guard names 2021-12-02 15:58:35 +00:00
BackgroundIndexTests.cpp [clangd] Extend SymbolOrigin, stop serializing it 2022-01-13 08:26:12 +01:00
CMakeLists.txt Add 'clangd' prefix to remote index proto targets 2022-01-29 02:20:52 +01: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 [NFC][clangd] cleaning up llvm-qualified-auto 2022-01-25 13:26:33 +00:00
CodeCompleteTests.cpp [clangd] Avoid a code completion crash 2022-01-17 10:35:55 +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] Adjust compile flags so they work when applied to other file(type)s. 2022-01-04 16:10:27 +01:00
CompilerTests.cpp [clangd] Bail-out when an empty compile flag is encountered 2021-09-20 16:51:56 +02:00
ConfigCompileTests.cpp [clangd] Suppress warning about system_header pragma when editing headers 2022-01-13 22:24:05 +01: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] Support configuration of inlay hints. 2022-01-10 10:49:35 +01:00
DecisionForestTests.cpp
DexTests.cpp [clangd][Dex] Fix crashes when building trigrams for empty identifier 2021-12-13 15:58:33 +01:00
DiagnosticsTests.cpp [clangd] Better handling `\n` in the synthesized diagnostic message. 2022-01-17 09:27:58 +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
FeatureModulesTests.cpp [clangd] Fix feature modules to drop diagnostics 2021-06-17 09:29:29 +02:00
FileDistanceTests.cpp
FileIndexTests.cpp [NFC][clangd] cleaning up llvm-qualified-auto 2022-01-25 13:26:33 +00:00
FindSymbolsTests.cpp [clangd] Support `#pragma mark` in the outline 2021-09-23 17:13:30 -04:00
FindTargetTests.cpp [clangd] Sort targets before printing for tests 2022-01-19 14:06:53 +01:00
FormatTests.cpp
FuzzyMatchTests.cpp
GlobalCompilationDatabaseTests.cpp [NFC][clangd] cleaning up unused "using" 2021-11-16 13:09:49 +00:00
HeaderSourceSwitchTests.cpp
HeadersTests.cpp [clangd] Basic IncludeCleaner support for c/c++ standard library 2022-01-03 18:19:56 +01:00
HoverTests.cpp [clangd] Fix a typo , => ; in hovertest. 2022-01-27 22:19:09 +01:00
IncludeCleanerTests.cpp [clangd] Basic IncludeCleaner support for c/c++ standard library 2022-01-03 18:19:56 +01:00
IndexActionTests.cpp [clangd] Dont index deeply nested symbols 2021-04-27 12:34:56 +02:00
IndexTests.cpp [clangd] Extend SymbolOrigin, stop serializing it 2022-01-13 08:26:12 +01:00
InlayHintTests.cpp [clangd] Add designator inlay hints for initializer lists. 2022-01-26 00:35:29 +01:00
InsertionPointTests.cpp [clangd] Helper for determining member insertion point. 2022-01-03 17:59: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
LSPClient.h [clangd] cleanup of header guard names 2021-12-02 15:58:35 +00:00
LoggerTests.cpp
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
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 [clangd] Don't index __reserved_names in headers. 2022-01-05 16:34:04 +01:00
RIFFTests.cpp [NFC][clangd] cleaning up unused "using" 2021-11-16 13:09:49 +00:00
RenameTests.cpp [clangd] Remove redundant check for renamed symbol origin 2022-01-18 09:43:53 +01:00
SelectionTests.cpp [clangd] Fix a selection tree crash for unmatched-bracket code. 2022-01-27 21:21:40 +01: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 [clangd] Extend SymbolOrigin, stop serializing it 2022-01-13 08:26:12 +01:00
SourceCodeTests.cpp [clangd] Don't index __reserved_names in headers. 2022-01-05 16:34:04 +01:00
SymbolCollectorTests.cpp [CodeCompletion][clangd] Clean __uglified parameter names in completion & hover 2022-01-26 15:51:17 +01:00
SymbolInfoTests.cpp
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 [NFC][clangd] cleaning up llvm-qualified-auto 2022-01-25 13:26:33 +00: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
XRefsTests.cpp [clangd] Implement textDocument/typeDefinition 2022-01-13 22:15:10 +01:00
lit.cfg.py
lit.site.cfg.py.in