diff options
author | Alex Lorenz <arphaman@gmail.com> | 2018-08-10 17:25:07 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2018-08-10 17:25:07 +0000 |
commit | 8626d36f8c54ec8d1667e14cf3618edb183686ec (patch) | |
tree | 70bbb01301459c3cdf43c7174cd7054d4547f0a1 /lldb/packages/Python/lldbsuite/test/functionalities/data-formatter | |
parent | 12a2911f621895358a3df435b1b25d231c0f6a14 (diff) | |
download | bcm5719-llvm-8626d36f8c54ec8d1667e14cf3618edb183686ec.tar.gz bcm5719-llvm-8626d36f8c54ec8d1667e14cf3618edb183686ec.zip |
[clangd] extend the publishDiagnostics response to send back fixits to the
client if the client supports this extension
This commit extends the 'textDocument/publishDiagnostics' notification sent from
Clangd to the client. When it's enabled, Clangd sends out the fixits associated
with the appropriate diagnostic in the body of the 'publishDiagnostics'
notification. The client can enable this extension by setting 'clangdFixSupport'
to true in the textDocument capabilities during initialization.
Differential Revision: https://reviews.llvm.org/D50415
llvm-svn: 339454
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/data-formatter')
0 files changed, 0 insertions, 0 deletions