summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2020-07-03loplugin:unusedenumconstantsNoel Grandin4-4932/+4701
2020-07-03notebookbar: allow to create multiple instances for onlineSzymon Kłos1-0/+1
2020-07-02Improved loplugin:staticanonymous -> redundantstaticStephan Bergmann4-70/+135
2020-07-01loplugin:externvar is covered by loplugin:externalStephan Bergmann5-163/+83
2020-07-01loplugin:constantparamNoel Grandin4-176/+165
2020-06-29loplugin:unusedfieldsNoel Grandin4-43/+85
2020-06-29loplugin:unusedmethodsNoel Grandin1-95/+71
2020-06-29loplugin:constantparamNoel Grandin4-394/+421
2020-06-26Improve loplugin:elidestringvarStephan Bergmann2-1/+56
2020-06-25loplugin:virtualdeadNoel Grandin2-38/+92
2020-06-25loplugin:unusedfieldsNoel Grandin4-125/+131
2020-06-24loplugin:unusedmethodsNoel Grandin1-114/+144
2020-06-19jsdialog: Remember builder connected with LOK window idSzymon Kłos1-0/+1
2020-06-14Fix typosAndrea Gelmini1-1/+1
2020-06-14Fix typosAndrea Gelmini1-1/+1
2020-06-12weld checklistmenuCaolán McNamara1-4/+0
2020-06-11typo in commentStephan Bergmann1-1/+1
2020-06-10loplugin:buriedassign in swNoel Grandin2-4/+125
2020-06-10Adapt to new Clang trunk -Wuninitialized-const-referenceStephan Bergmann2-2/+2
2020-06-08compilerplugins: fix -Werror,-Wunused-parameterMiklos Vajna1-0/+4
2020-06-07New loplugin:elidestringvarStephan Bergmann2-0/+432
2020-06-05add boost::intrusive_ptr to list of smart points in pluginsNoel Grandin1-1/+2
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin2-6/+4
2020-06-03loplugin:simplifypointertobool improveNoel Grandin2-1/+73
2020-06-02tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh1-0/+2
2020-06-01Revert "tdf#125609 toolkit: don't use XTabController::getControls"Noel Grandin1-0/+3
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin1-4/+4
2020-05-29pack a few more classesNoel Grandin1-1/+1
2020-05-29improve pahole script and pack a few classesNoel Grandin1-69/+86
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara1-2/+0
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann3-32/+17
2020-05-27Further fixing of loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-9/+11
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann5-14/+349
2020-05-25Adapt to changed clang::ASTContext::getParents behavior on Clang 11 trunkStephan Bergmann11-32/+81
2020-05-25loplugin:unusedmethodsNoel Grandin1-102/+104
2020-05-25loplugin:constantparamNoel Grandin4-179/+171
2020-05-25Code duplicationStephan Bergmann3-25/+4
2020-05-23show Skia UI controls only on Windows for now (tdf#133166)Luboš Luňák1-0/+2
2020-05-22Related: tdf#132536 drop FreetypeManager FreetypeFont cachingCaolán McNamara1-2/+0
2020-05-20loplugin:unusedfieldsNoel Grandin4-39/+43
2020-05-19loplugin:constantparamNoel Grandin4-461/+461
2020-05-18Adapt compilerplugins/clang/test/writeonlyvars.cxxStephan Bergmann1-0/+13
2020-05-18loplugin:unusedfieldsNoel Grandin4-33/+31
2020-05-18loplugin:unusedmethodsNoel Grandin1-34/+12
2020-05-16loplugin:unusedmethodsNoel Grandin1-85/+89
2020-05-16loplugin:unusedfieldsNoel Grandin4-73/+59
2020-05-15ReleaseHbFont is unusedCaolán McNamara1-2/+0
2020-05-15loplugin:unnecessaryvirtualNoel Grandin2-29/+31
2020-05-14loplugin:unusedfieldsNoel Grandin4-199/+263
2020-05-13loplugin:unusedmethodsNoel Grandin1-193/+235