llvm-project/clang-tools-extra/test/clangd
Krasimir Georgiev c2a16a3567 [clangd] Add support for per-file extra flags
Summary:
This patch adds the ability to specify user-defined extra flags per opened file
through the LSP layer. This is a non-standard extension to the protocol.
I've already created a feature request about it for upstream lsp:
https://github.com/Microsoft/language-server-protocol/issues/255

The particular use-case is ycmd, which has a python script for figuring out
extra flags per file:
https://github.com/Valloric/ycmd#flagsforfile-filename-kwargs-

Reviewers: ilya-biryukov, klimek, bkramer

Reviewed By: ilya-biryukov

Subscribers: cfe-commits

Tags: #clang-tools-extra

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

llvm-svn: 307241
2017-07-06 08:44:54 +00:00
..
authority-less-uri.test [clangd] Add priority to completion item sort text 2017-06-15 09:11:57 +00:00
completion.test [clangd] Add priority to completion item sort text 2017-06-15 09:11:57 +00:00
definitions.test [clangd] Add "Go to Declaration" functionality 2017-06-28 16:12:10 +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 Revert "XFAIL clangd tests on Windows" 2017-04-10 16:55:48 +00:00
formatting.test [clangd] Add "Go to Declaration" functionality 2017-06-28 16:12:10 +00:00