summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Enable -Wunreachable-codeStephan Bergmann2017-09-133-1/+13
* More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann2017-09-118-36/+40
* clang::Type vs. llvm::Type ambiguityStephan Bergmann2017-09-111-1/+1
* tdf#108572 remove connections only for current shellSzymon Kłos2017-09-091-0/+1
* loplugin:unusedfieldsNoel Grandin2017-09-083-216/+24
* loplugin:constantparamNoel Grandin2017-09-083-525/+445
* loplugin:unnecessaryparen include case statementsNoel Grandin2017-09-062-2/+8
* When traversing a TemplateDecl, ts can be a dependent typeStephan Bergmann2017-09-051-1/+3
* Fix typoAndrea Gelmini2017-09-041-1/+1
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-042-4/+19
* New loplugin:dyncastvisibilityStephan Bergmann2017-09-041-0/+161
* new loplugin:redundantpointeropsNoel Grandin2017-09-042-0/+167
* Revert loplugin:constparam behavior when param is subject of castStephan Bergmann2017-08-311-7/+2
* Adapt lopluign:constparams to variadic CXXOperatorCallExprStephan Bergmann2017-08-311-1/+5
* Restrict loplugin:constparams cast-to-void checkStephan Bergmann2017-08-311-1/+7
* loplugin:constparams: Also handle ObjCObjectPointerTypeStephan Bergmann2017-08-311-2/+7
* ...in which Johnny returns from the fair for realStephan Bergmann2017-08-311-0/+2
* Avoid loplugin:constparam when param is marked as unusedStephan Bergmann2017-08-301-1/+2
* Avoid loplugin:constparam when param is cast to voidStephan Bergmann2017-08-301-4/+2
* Avoid loplugin:constparam when param is subject of cast to non-const pointerStephan Bergmann2017-08-301-0/+6
* Adapt loplugin:constparam to jurt/source/pipe/staticsalhack.cxxStephan Bergmann2017-08-301-0/+1
* fix ScJumpMatrixToken memory handlingNoel Grandin2017-08-301-6/+0
* ...in which Johnny returns from the fairStephan Bergmann2017-08-301-0/+20
* loplugin:constparam in variousNoel Grandin2017-08-301-1/+2
* loplugin:constparam in sc part8Noel Grandin2017-08-291-0/+2
* Complete commit 61d49afadb2bAndrea Gelmini2017-08-272-8/+0
* loplugin:redundantcast: suppress warnings in reworked glibc assert macroStephan Bergmann2017-08-251-0/+14
* loplugin:unusedfieldsNoel Grandin2017-08-253-261/+269
* loplugin:unusedmethodsNoel Grandin2017-08-252-58/+66
* loplugin:useuniqueptr, look for containers..Noel Grandin2017-08-232-5/+173
* ctypeitm no more existsAndrea Gelmini2017-08-231-4/+0
* Adapt tests to WindowsStephan Bergmann2017-08-212-4/+4
* svtools: remove function with unused return valueJochen Nitschke2017-08-201-2/+0
* don't use boost in compilerpluginsNoel Grandin2017-08-181-7/+6
* new loplugin:expressionalwayszeroNoel Grandin2017-08-182-0/+154
* Report full type info (plus the desugared type as "aka")Stephan Bergmann2017-08-181-1/+1
* loplugin:unnecessaryparenNoel Grandin2017-08-181-0/+32
* these comments no longer validNoel Grandin2017-08-175-10/+0
* fix compiler error in passparamsbyrefNoel Grandin2017-08-171-1/+6
* loplugin:passstuffbyref ignore params that are assigned toNoel Grandin2017-08-173-111/+246
* new loplugin convertuintptrNoel Grandin2017-08-173-2/+125
* display oncevar loplugin by defaultNoel Grandin2017-08-171-1/+1
* add sal_uLong to droplong lopluginNoel Grandin2017-08-172-22/+98
* move deadclass plugin to storeNoel Grandin2017-08-162-0/+0
* remove leftover debugging outputNoel Grandin2017-08-161-5/+0
* loplugin:redundantcast ignore functional casts involving typedefsNoel Grandin2017-08-151-1/+5
* loplugin:redundantcast, find more functional castsNoel Grandin2017-08-151-3/+2
* Fix typosAndrea Gelmini2017-08-141-1/+1
* new loplugin:droplongNoel Grandin2017-08-142-0/+143
* new loplugin:deadclassNoel Grandin2017-08-112-0/+88