summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/stringloop.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-4/+4
| | | | | | | | | ...which first added alternative names to and then deprecated getLocBegin/End Change-Id: Iaefb8ce259057abfa6cd20f0b63c0ef2949a96b2 Reviewed-on: https://gerrit.libreoffice.org/58820 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* loplugin:stringloop in variousNoel Grandin2018-08-021-1/+122
| | | | | | | Change-Id: Ia400e67108e622ae63a8d59667eae96c858f22dc Reviewed-on: https://gerrit.libreoffice.org/58463 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* new loplugin:stringloop, and applied in variousNoel Grandin2018-07-271-0/+170
look for OUString being appended to in a loop, better to use OUStringBuffer to accumulate the results. Change-Id: Ia36e06e2781a7c546ce9cbad62727aa4c5f10c4b Reviewed-on: https://gerrit.libreoffice.org/58092 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>