llvm-project/clang-tools-extra/test/clangd
Benjamin Kramer f0af3e6b01 [clangd] Add support for FixIts.
Summary:
This uses CodeActions to show 'apply fix' actions when code actions are
requested for a location. The actions themselves make use of a
clangd.applyFix command which has to be implemented on the editor side. I
included an implementation for vscode.

This also adds a -run-synchronously flag which runs everything on the main
thread. This is useful for testing.

Reviewers: krasimir

Subscribers: cfe-commits

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

llvm-svn: 296636
2017-03-01 16:16:29 +00:00
..
diagnostics.test [clangd] Wire up ASTUnit and publish diagnostics with it. 2017-02-15 15:04:20 +00:00
fixits.test [clangd] Add support for FixIts. 2017-03-01 16:16:29 +00:00
formatting.test [clangd] Add support for FixIts. 2017-03-01 16:16:29 +00:00