summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* make clangplugin analyzer use internally a PCH to speed things upLuboš Luňák2019-09-063-4/+44
* split clangplugins sharedvisitor generator into two stepsLuboš Luňák2019-09-065-2114/+473
* Fixing "...."Andrea Gelmini2019-09-064-4/+4
* Use compat::IgnoreImplicitStephan Bergmann2019-09-051-2/+2
* loplugin:noexceptmove improve feedbackNoel Grandin2019-09-051-0/+14
* tdf#118314 Code clean up on imestatuswindowSzabolcs Toth2019-09-042-4/+1
* Parent reference should be const in VCL builder entry pointsMike Kaganski2019-09-031-2/+2
* loplugin:unusedfieldsNoel Grandin2019-09-014-234/+246
* loplugin:unusedmethodsNoel Grandin2019-09-012-79/+43
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* adapt to runToolOnCodeWithArgs API change in clang 10Noel Grandin2019-08-302-2/+8
* Fix typosAndrea Gelmini2019-08-301-2/+2
* new loplugin:noexceptmoveNoel Grandin2019-08-302-0/+421
* New loplugin:stdfunctionStephan Bergmann2019-08-284-13/+141
* loplugin:referencecasting find more redundant static_castNoel Grandin2019-08-275-41/+125
* loplugin:unusedmethodsNoel Grandin2019-08-262-140/+256
* loplugin:unusedenumconstantsNoel Grandin2019-08-263-2202/+2250
* use shared-plugin infra for some recent pluginsNoel Grandin2019-08-266-17/+136
* loplugin:returnconstval in variousNoel Grandin2019-08-261-1/+1
* Improve loplugin:sequenceloop warningStephan Bergmann2019-08-231-1/+1
* new loplugin:returnconstvalNoel Grandin2019-08-232-0/+97
* llvm::make_unique is gone from LLVM trunkStephan Bergmann2019-08-211-0/+5
* loplugin:constvars, look for loop vars that can be constNoel Grandin2019-08-212-13/+117
* Revert "loplugin:unusedmethods"Noel Grandin2019-08-182-196/+122
* loplugin:unusedmethodsNoel Grandin2019-08-172-122/+196
* loplugin:unnecessaryvirtualNoel Grandin2019-08-172-47/+53
* move WizardMachine to vclCaolán McNamara2019-08-161-4/+4
* Adapt loplugin:nullptr to RecursiveASTVisitior::TraverseInitListExpr changeStephan Bergmann2019-08-162-0/+31
* new loplugin:sequenceloopNoel Grandin2019-08-162-0/+111
* LLVM trunk requires C++14 nowStephan Bergmann2019-08-152-1/+3
* drop newly unused EnableImageDisplay + EnableTextDisplayCaolán McNamara2019-08-011-8/+0
* skip some indirectionNoel Grandin2019-08-011-1/+1
* missing includeStephan Bergmann2019-08-011-0/+1
* new loplugin:mapindexNoel Grandin2019-08-012-0/+147
* Improved loplugin:stringconstant (now that GCC 7 supports it)Stephan Bergmann2019-07-313-0/+152
* remove newly unused SvxCheckListBoxCaolán McNamara2019-07-302-12/+0
* tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen2019-07-301-1/+0
* loplugin:unusedfieldsNoel Grandin2019-07-244-57/+63
* loplugin:unusedenumconstantsNoel Grandin2019-07-243-3648/+3594
* Fix typosAndrea Gelmini2019-07-231-1/+1
* resurrect and improve loplugin:referencecastingNoel Grandin2019-07-234-228/+535
* loplugin:unusedfieldsNoel Grandin2019-07-234-187/+269
* close some more holes in structuresNoel Grandin2019-07-231-75/+81
* loplugin:unusedmethodsNoel Grandin2019-07-232-60/+24
* avmedia: Drop 'wrap_*' functionsMichael Weghorn2019-07-221-8/+0
* kf5/gtk3_kde5 fpickers: Drop unused 'allowRemoteUrls'Michael Weghorn2019-07-222-4/+0
* tdf#125922 rename kde5 to kf5 + plasma5Jan-Marek Glogowski2019-07-212-6/+6
* make cppunitassertequals a shared pluginNoel Grandin2019-07-192-5/+28
* loplugin:constantparamNoel Grandin2019-07-195-1629/+1486
* Revert "simplify sharedplugin PostTraverse calls"Noel Grandin2019-07-178-31/+53