summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/constfields.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann2018-11-231-4/+1
| | | | | | | | | | | ...as discussed at <https://lists.freedesktop.org/archives/libreoffice/2018-November/081435.html> "minutes of ESC call ..." Change-Id: Ia053da171d59747984546f38e19da808825b4f79 Reviewed-on: https://gerrit.libreoffice.org/63832 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* new loplugin:constfieldsNoel Grandin2018-09-131-0/+593
look for fields which are only assigned to in the constructor, so they can be made const Change-Id: I0b76817c2181227b04f6a29d6a808f5e31999765 Reviewed-on: https://gerrit.libreoffice.org/60393 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>