Merge branch 'maint-0.3.5' into maint-0.4.3

This commit is contained in:
David Goulet
2021-01-21 16:06:54 -05:00
4 changed files with 41 additions and 0 deletions
+4
View File
@@ -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.