summaryrefslogtreecommitdiff
path: root/compilerplugins/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-08-17Move compilerplugins-related .gitignore content to compilerplugins/.gitignoreStephan Bergmann1-0/+3
...and expand it to precisely match the three .dwo files, like had already been done for the corresponding .o files. (Those .dwo files are generated when -gsplit-dwarf is added to CLANGCXXFLAGS when manually overriding CLANGDEBUG=1.) Change-Id: Ib6f1c505c754d54201273f08f987a9451af75bc4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100855 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-15use PCH for clang plugin source too, if enabledLuboš Luňák1-0/+2
This currently supports only building with Clang on Linux, as I'm lazy to handle the other cases (and Clang should be usually self-built anyway). The main compile time cost is in optimizing the code, but this still saves few seconds per source. Change-Id: Ib6c0fd874820af737ee1257cb5234fb78bc63ad8 Reviewed-on: https://gerrit.libreoffice.org/80810 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2019-10-12Adapt compilerplugins/.gitignoreStephan Bergmann1-0/+1
...to 0ec6797f8063a1a82dc492840351c3f0f58088a4 "generate make dependencies also for clang.pch" Change-Id: I33dcc514a7d9a80b737b56e5126dbf6a6a926ee2 Reviewed-on: https://gerrit.libreoffice.org/80709 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-08More generated files to take care ofStephan Bergmann1-0/+2
Change-Id: I4a150389e42959bb8e522dbf488eda24ac934f00 Reviewed-on: https://gerrit.libreoffice.org/80422 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-09-12One more generated file missing from compilerplugins/.gitignoreStephan Bergmann1-0/+1
Change-Id: I19bfb57f842d3c4fbff011c019b637ec1b80314f Reviewed-on: https://gerrit.libreoffice.org/78826 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-09-11Adapt compilerplugins/.gitignoreStephan Bergmann1-0/+17
...to ceb26770b3d1c5c2ffaf73f8f589c5e169e6db06 "split clangplugins sharedvisitor generator into two steps" Change-Id: Icee23ea3c130a7f157d6fec0489d0b9d8f03da20 Reviewed-on: https://gerrit.libreoffice.org/78821 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2012-10-09initial support for clang compiler pluginsLuboš Luňák1-0/+1
The plugin is intentionally built using a custom Makefile, because it's used by gbuild, so I don't want to build the plugin using gbuild too. It is also intentionally not placed under workdir/, as that is cleaned by 'make clean', the plugin is cleaned only by 'make distclean', so that cleaning it doesn't cause ccache misses. No actual functionality in the plugin itself yet. Change-Id: Ic05eba8d6260eec123c9e699eb5385abfe1b832f