summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2020-07-303-49/+60
* loplugin:flatten in sw/uibase/utl..sw/uibase/wrtshNoel Grandin2020-07-301-1/+6
* replace and drop SvtPrintWarningOptionsCaolán McNamara2020-07-291-2/+0
* drop newly unused SvtFontOptionsCaolán McNamara2020-07-291-2/+0
* Adapt to Clang 12 trunk Expr::getIntegerConstantExpressionStephan Bergmann2020-07-284-40/+60
* loplugin:constantparamNoel Grandin2020-07-253-176/+148
* loplugin:unusedmethodsNoel Grandin2020-07-251-60/+54
* loplugin:unusedfieldsNoel Grandin2020-07-254-72/+70
* loplugin:unusedmethodsNoel Grandin2020-07-211-177/+205
* loplugin:constantparamNoel Grandin2020-07-214-486/+518
* loplugin:unusedfieldsNoel Grandin2020-07-214-214/+214
* loplugin:unnecessaryvirtualNoel Grandin2020-07-202-44/+42
* Adapt to Clang 12 trunk RecursiveASTVisitor changeStephan Bergmann2020-07-1919-427/+358
* replace TimeSpinButton with FormattedSpinButtonCaolán McNamara2020-07-151-4/+0
* Don't rely on Python's treatment of unrecognized escape sequencesMike Kaganski2020-07-133-7/+7
* replace usage of whitelist with allowlistThorsten Behrens2020-07-1011-52/+52
* Allow making SAL_LOG based output fatalJan-Marek Glogowski2020-07-071-1/+2
* loplugin:unusedenumconstantsNoel Grandin2020-07-034-4932/+4701
* notebookbar: allow to create multiple instances for onlineSzymon Kłos2020-07-031-0/+1
* Improved loplugin:staticanonymous -> redundantstaticStephan Bergmann2020-07-024-70/+135
* loplugin:externvar is covered by loplugin:externalStephan Bergmann2020-07-015-163/+83
* loplugin:constantparamNoel Grandin2020-07-014-176/+165
* loplugin:unusedfieldsNoel Grandin2020-06-294-43/+85
* loplugin:unusedmethodsNoel Grandin2020-06-291-95/+71
* loplugin:constantparamNoel Grandin2020-06-294-394/+421
* Improve loplugin:elidestringvarStephan Bergmann2020-06-262-1/+56
* loplugin:virtualdeadNoel Grandin2020-06-252-38/+92
* loplugin:unusedfieldsNoel Grandin2020-06-254-125/+131
* loplugin:unusedmethodsNoel Grandin2020-06-241-114/+144
* jsdialog: Remember builder connected with LOK window idSzymon Kłos2020-06-191-0/+1
* Fix typosAndrea Gelmini2020-06-141-1/+1
* Fix typosAndrea Gelmini2020-06-141-1/+1
* weld checklistmenuCaolán McNamara2020-06-121-4/+0
* typo in commentStephan Bergmann2020-06-111-1/+1
* loplugin:buriedassign in swNoel Grandin2020-06-102-4/+125
* Adapt to new Clang trunk -Wuninitialized-const-referenceStephan Bergmann2020-06-102-2/+2
* compilerplugins: fix -Werror,-Wunused-parameterMiklos Vajna2020-06-081-0/+4
* New loplugin:elidestringvarStephan Bergmann2020-06-072-0/+432
* add boost::intrusive_ptr to list of smart points in pluginsNoel Grandin2020-06-051-1/+2
* loplugin:simplifypointertobool improve (2)Noel Grandin2020-06-042-6/+4
* loplugin:simplifypointertobool improveNoel Grandin2020-06-032-1/+73
* tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh2020-06-021-0/+2
* Revert "tdf#125609 toolkit: don't use XTabController::getControls"Noel Grandin2020-06-011-0/+3
* loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin2020-05-301-4/+4
* pack a few more classesNoel Grandin2020-05-291-1/+1
* improve pahole script and pack a few classesNoel Grandin2020-05-291-69/+86
* Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara2020-05-281-2/+0
* Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann2020-05-283-32/+17
* Further fixing of loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-271-9/+11
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-265-14/+349