summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-08-07 22:11:50 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-08-11 12:40:22 +0000
commit071c09d7d9092a83194ae9d5082cde6ca4ef87ce (patch)
tree8e507224c709c65d5682089384957d205aefedc0 /Makefile.in
parentd4801c45caa05585c14f800e2dfe2cfc8642499d (diff)
add a IDE generator for clang json database format
This can be used for YouCompleteMe a vim plugin that allows auto-completition based on clang. This is much better than the normal static analyzer based auto-completition. Change-Id: I4872d2cb3b3a404af55eacf5c71d6a2715771ab6 Reviewed-on: https://gerrit.libreoffice.org/10820 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0c9893c7b275..3de0845e81b4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -340,8 +340,10 @@ $(1)-ide-integration:
endef
$(foreach ide,\
+ debug \
kdevelop \
vs2012 \
+ vim \
xcode, \
$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))