summaryrefslogtreecommitdiff
path: root/solenv/clang-format
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-09-03 15:24:29 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-09-06 12:06:54 +0200
commitceb26770b3d1c5c2ffaf73f8f589c5e169e6db06 (patch)
tree5ef0ba058c095a2dd2b547026d120faac735e7bf /solenv/clang-format
parentf599c31fe68882f510cf3d101102e71f9bf795c8 (diff)
split clangplugins sharedvisitor generator into two steps
Analysing all the plugin sources using just one process takes a lot of time, so split out a separate analyzer tool that'll analyse one source and print out the data to a .plugininfo file. The generator then will read all of these and generate sharedvisitor.cxx . This allows parallelising the expensive analysis. With this commit sharedvisitor.cxx is no longer included in the repository, as this and the next commit should make the generation fast enough. Change-Id: Idfc33c4ea6ccfd84f829b51001c8ddeb0be09961 Reviewed-on: https://gerrit.libreoffice.org/78568 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'solenv/clang-format')
-rw-r--r--solenv/clang-format/blacklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist
index 97aa283ef771..258d31436ff6 100644
--- a/solenv/clang-format/blacklist
+++ b/solenv/clang-format/blacklist
@@ -1724,6 +1724,7 @@ compilerplugins/clang/sallogareas.cxx
compilerplugins/clang/sallogareas.hxx
compilerplugins/clang/salunicodeliteral.cxx
compilerplugins/clang/sfxpoolitem.cxx
+compilerplugins/clang/sharedvisitor/analyzer.cxx
compilerplugins/clang/sharedvisitor/generator.cxx
compilerplugins/clang/sharedvisitor/sharedvisitor.cxx
compilerplugins/clang/simplifybool.cxx