diff options
author | David Goulet <dgoulet@torproject.org> | 2020-12-16 10:01:15 -0500 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-12-16 19:19:12 +0200 |
commit | 8b2d32435d626d878ddeb2348262d3efcdae8cbf (patch) | |
tree | 770664b24a06807f9f415bacea0fde9ec88cf46e /changes/ticket40227 | |
parent | 1430d5ff632f0900545047479a94dbe3417c2e76 (diff) | |
download | tor-8b2d32435d626d878ddeb2348262d3efcdae8cbf.tar.gz tor-8b2d32435d626d878ddeb2348262d3efcdae8cbf.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/ticket40227')
-rw-r--r-- | changes/ticket40227 | 4 |
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. |