summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/sequentialassign.cxx
AgeCommit message (Collapse)Author
2019-04-12-Werror=unused-paramNoel Grandin
Change-Id: I066b74763e45c785a9ebd7094fc33f44b8ddefb6
2019-04-12remove leftover debug dump() callsNoel Grandin
Change-Id: Ic3c854c831b5b9507e2f1a691adf6a2269b3875b
2019-04-11new loplugin sequentialassignNoel Grandin
Look for places we are assigning to the same variable twice in succession, which means we can simplify that to a single assign Change-Id: I499d20e28f5595e81e927bef8e1bf364eea8ba91 Reviewed-on: https://gerrit.libreoffice.org/70531 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>