aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-12-16 10:01:15 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-01-21 16:06:31 -0500
commit8500700aa45722595938ef59935e7efde2b1e9e3 (patch)
tree5799a91583de6b7ad4a171c4b2d1159bc65a3466 /changes
parentfaf7b550e740642e060518adc6a8624b036ed8e2 (diff)
downloadtor-8500700aa45722595938ef59935e7efde2b1e9e3.tar.gz
tor-8500700aa45722595938ef59935e7efde2b1e9e3.zip
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 <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket402274
1 files changed, 4 insertions, 0 deletions
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.