summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin2-2/+8
2017-09-05When traversing a TemplateDecl, ts can be a dependent typeStephan Bergmann1-1/+3
2017-09-04Fix typoAndrea Gelmini1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin2-4/+19
2017-09-04New loplugin:dyncastvisibilityStephan Bergmann1-0/+161
2017-09-04new loplugin:redundantpointeropsNoel Grandin2-0/+167
2017-08-31Revert loplugin:constparam behavior when param is subject of castStephan Bergmann1-7/+2
2017-08-31Adapt lopluign:constparams to variadic CXXOperatorCallExprStephan Bergmann1-1/+5
2017-08-31Restrict loplugin:constparams cast-to-void checkStephan Bergmann1-1/+7
2017-08-31loplugin:constparams: Also handle ObjCObjectPointerTypeStephan Bergmann1-2/+7
2017-08-31...in which Johnny returns from the fair for realStephan Bergmann1-0/+2
2017-08-30Avoid loplugin:constparam when param is marked as unusedStephan Bergmann1-1/+2
2017-08-30Avoid loplugin:constparam when param is cast to voidStephan Bergmann1-4/+2
2017-08-30Avoid loplugin:constparam when param is subject of cast to non-const pointerStephan Bergmann1-0/+6
2017-08-30Adapt loplugin:constparam to jurt/source/pipe/staticsalhack.cxxStephan Bergmann1-0/+1
2017-08-30fix ScJumpMatrixToken memory handlingNoel Grandin1-6/+0
2017-08-30...in which Johnny returns from the fairStephan Bergmann1-0/+20
2017-08-30loplugin:constparam in variousNoel Grandin1-1/+2
2017-08-29loplugin:constparam in sc part8Noel Grandin1-0/+2
2017-08-27Complete commit 61d49afadb2bAndrea Gelmini2-8/+0
2017-08-25loplugin:redundantcast: suppress warnings in reworked glibc assert macroStephan Bergmann1-0/+14
2017-08-25loplugin:unusedfieldsNoel Grandin3-261/+269
2017-08-25loplugin:unusedmethodsNoel Grandin2-58/+66
2017-08-23loplugin:useuniqueptr, look for containers..Noel Grandin2-5/+173
2017-08-23ctypeitm no more existsAndrea Gelmini1-4/+0
2017-08-21Adapt tests to WindowsStephan Bergmann2-4/+4
2017-08-20svtools: remove function with unused return valueJochen Nitschke1-2/+0
2017-08-18don't use boost in compilerpluginsNoel Grandin1-7/+6
2017-08-18new loplugin:expressionalwayszeroNoel Grandin2-0/+154
2017-08-18Report full type info (plus the desugared type as "aka")Stephan Bergmann1-1/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin1-0/+32
2017-08-17these comments no longer validNoel Grandin5-10/+0
2017-08-17fix compiler error in passparamsbyrefNoel Grandin1-1/+6
2017-08-17loplugin:passstuffbyref ignore params that are assigned toNoel Grandin3-111/+246
2017-08-17new loplugin convertuintptrNoel Grandin3-2/+125
2017-08-17display oncevar loplugin by defaultNoel Grandin1-1/+1
2017-08-17add sal_uLong to droplong lopluginNoel Grandin2-22/+98
2017-08-16move deadclass plugin to storeNoel Grandin2-0/+0
2017-08-16remove leftover debugging outputNoel Grandin1-5/+0
2017-08-15loplugin:redundantcast ignore functional casts involving typedefsNoel Grandin1-1/+5
2017-08-15loplugin:redundantcast, find more functional castsNoel Grandin1-3/+2
2017-08-14Fix typosAndrea Gelmini1-1/+1
2017-08-14new loplugin:droplongNoel Grandin2-0/+143
2017-08-11new loplugin:deadclassNoel Grandin2-0/+88
2017-08-08loplugin:unnecessaryvirtualNoel Grandin1-18/+18
2017-08-08loplugin:constantparamNoel Grandin4-867/+934
2017-08-07loplugin:constparams in sw part10Noel Grandin1-9/+13
2017-08-07-Werror=unused-functionStephan Bergmann1-8/+0
2017-08-07loplugin:constparams in sw part9Noel Grandin1-0/+2
2017-08-07Adopt loplugin:casttovoid to Objective CStephan Bergmann1-2/+14