llvm-project/clang-tools-extra/clangd/test
Kadir Cetinkaya e09754ccef
[clangd] Migrate Lexer usages in TypeHierarchy to TokenBuffers
Summary:
Also fixes a bug, resulting from directly using ND.getEndLoc() for end
location of the range. As ND.getEndLoc() points to the begining of the last
token, whereas it should point one past the end, since LSP ranges are half open
(exclusive on the end).

Reviewers: sammccall

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

Tags: #clang

Differential Revision: https://reviews.llvm.org/D74850
2020-02-25 15:36:45 +01:00
..
Inputs [clangd] Show background index status using LSP 3.15 work-done progress notifications 2020-01-24 12:21:08 +01:00
xpc
CMakeLists.txt [clangd] Make bin/llvm-lit run standalone clangd tests 2020-01-28 16:17:58 +01:00
background-index.test [clangd] Show background index status using LSP 3.15 work-done progress notifications 2020-01-24 12:21:08 +01:00
code-action-request.test Make code-action-request.test and request-reply.test pass on Windows. 2019-10-14 01:00:33 +00:00
compile-commands-path-in-initialize.test clangd tests: use extended regex with sed 2019-10-14 03:44:47 +00:00
completion-auto-trigger.test [clangd] Expose Code Completion score to the client 2020-02-13 15:05:18 +01:00
completion-snippets.test [clangd] Expose Code Completion score to the client 2020-02-13 15:05:18 +01:00
completion.test [clangd] Expose Code Completion score to the client 2020-02-13 15:05:18 +01:00
crash-non-added-files.test
delimited-input-comment-at-the-end.test [clangd] Rename -run-synchronously to -sync 2019-05-28 09:20:57 +00:00
diagnostic-category.test
diagnostics-no-tidy.test [clangd] Fix a crash when clang-tidy is disabled 2019-06-04 07:19:11 +00:00
diagnostics-notes.test
diagnostics.test
did-change-configuration-params.test [clangd] Only re-open files if their flags changed 2020-01-27 10:58:20 -05:00
document-link.test Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol support"" 2020-01-02 16:36:21 +01:00
execute-command.test
exit-eof.test [clangd] Shutdown cleanly on signals. 2019-11-27 12:38:49 +01:00
exit-with-shutdown.test
exit-without-shutdown.test
filestatus.test
fixits-codeaction.test
fixits-command.test [clangd] Add a callback mechanism for handling responses from client. 2019-08-05 12:48:09 +00:00
fixits-embed-in-diagnostic.test
formatting.test [clangd] Revamp textDocument/onTypeFormatting. 2019-06-10 14:26:21 +00:00
hover.test [clangd][Hover] Change arrow in return type back to → 2020-01-24 13:05:21 +01:00
index-tools.test
initialize-params-invalid.test
initialize-params.test Fix build after D74606 2020-02-19 09:19:15 +01:00
initialize-sequence.test
input-mirror.test [clangd] Rename -run-synchronously to -sync 2019-05-28 09:20:57 +00:00
lit.cfg.py [clangd] Restore conventional names for lit configs, and .in/.py split. Fix build_mode indirection. 2019-05-02 08:00:39 +00:00
lit.local.cfg
lit.site.cfg.py.in [clangd] Restore conventional names for lit configs, and .in/.py split. Fix build_mode indirection. 2019-05-02 08:00:39 +00:00
log.test Prefer 'env not' over 'not env' in tests. 2019-10-14 01:41:56 +00:00
path-mappings.test [clangd] Add path mappings functionality 2020-01-07 12:40:51 +01:00
protocol.test [clangd] Expose Code Completion score to the client 2020-02-13 15:05:18 +01:00
references.test
rename.test [clangd] Replace raw lexer code with token buffer in prepare rename. 2020-01-29 12:57:18 +01:00
request-reply.test Make code-action-request.test and request-reply.test pass on Windows. 2019-10-14 01:00:33 +00:00
selection-range.test [clangd] Add semantic selection to ClangdLSPServer. 2019-09-24 13:38:33 +00:00
semantic-highlighting.test [clangd] Add C++20 concepts support to findExplicitReferences() and semantic highlighting 2020-01-23 15:11:46 -05:00
signature-help-with-offsets.test [clangd] Support offsets for parameters in signatureHelp 2019-06-04 09:36:59 +00:00
signature-help.test
spaces-in-delimited-input.test [clangd] Rename -run-synchronously to -sync 2019-05-28 09:20:57 +00:00
symbol-info.test convert another test to unix line endings 2019-10-14 02:21:12 +00:00
symbols.test convert a test to unix line endings 2019-10-14 02:14:18 +00:00
system-include-extractor.test [clangd] Use printf instead of `echo -e` to be compliant with dash 2020-02-05 10:21:32 +01:00
target_info.test clangd tests: use extended regex with sed 2019-10-14 03:44:47 +00:00
test-uri-posix.test
test-uri-windows.test
textdocument-didchange-fail.test
too_large.test [clangd] Rename -run-synchronously to -sync 2019-05-28 09:20:57 +00:00
trace.test
tweaks-format.test
type-hierarchy.test [clangd] Migrate Lexer usages in TypeHierarchy to TokenBuffers 2020-02-25 15:36:45 +01:00
unsupported-method.test
utf8.test
xrefs.test