From 8500700aa45722595938ef59935e7efde2b1e9e3 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 16 Dec 2020 10:01:15 -0500 Subject: build: Add "make lsp" command Generates the compile_commands.json file using the "bear" application so the ccls server can be more efficient with our code base. Closes #40227 Signed-off-by: David Goulet --- changes/ticket40227 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket40227 (limited to 'changes') diff --git a/changes/ticket40227 b/changes/ticket40227 new file mode 100644 index 0000000000..e5efad0f95 --- /dev/null +++ b/changes/ticket40227 @@ -0,0 +1,4 @@ + o Minor feature (build system): + - New "make lsp" command to auto generate the compile_commands.json file + used by the ccls server. The "bear" program is needed for this. Closes + ticket 40227. -- cgit v1.2.3-54-g00ecf