llvm-project/clang-tools-extra/test/clangd
Benjamin Kramer 9297af60db [clangd] Fix missing "message" key when responding with unsupported method
The language server protocol dictates that a ResponseError should have a
[message string][1] describing the error. This adds a simple message to the
error and a simple test.

[1]: https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#response-message

Patch by Raoul Wols!

Differential Revision: https://reviews.llvm.org/D38225

llvm-svn: 314119
2017-09-25 17:16:47 +00:00
..
authority-less-uri.test [clangd] Put inacessible items to the end of completion list. 2017-09-20 15:09:14 +00:00
completion-priorities.test [clangd] Put inacessible items to the end of completion list. 2017-09-20 15:09:14 +00:00
completion-snippet.test [clangd] Updated gold for completion tests after cfe changes. 2017-09-22 19:07:45 +00:00
completion.test [clangd] Updated gold for completion tests after cfe changes. 2017-09-22 19:07:45 +00:00
definitions.test [clangd] Workaround for a test failure on Windows. 2017-07-28 12:25:51 +00:00
diagnostics.test Revert "XFAIL clangd tests on Windows" 2017-04-10 16:55:48 +00:00
extra-flags.test [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
fixits.test [clangd] Fix codeAction not decoded properly when sent from some clients 2017-09-18 15:02:59 +00:00
formatting.test [clangd] Add ':' to completion trigger characters. 2017-07-31 09:27:52 +00:00
protocol.test [clangd] Put inacessible items to the end of completion list. 2017-09-20 15:09:14 +00:00
unsupported-method.test [clangd] Fix missing "message" key when responding with unsupported method 2017-09-25 17:16:47 +00:00