summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2018-10-17new loplugin staticvarNoel Grandin2-0/+284
2018-10-17loplugin:singlevalfieldsNoel Grandin3-46/+326
2018-10-15loplugin:staticconstfield improvementsNoel Grandin2-83/+154
2018-10-15Relicense LoopVarTooSmall plugin to use LLVM licenseTamás Zolnai2-8/+12
2018-10-15Add the already referenced LICENSE.TXT with the LLVM licenseTamás Zolnai1-0/+40
2018-10-15loplugin:constantparamNoel Grandin4-792/+781
2018-10-15loplugin:unusedfieldsNoel Grandin4-71/+85
2018-10-15loplugin:unusedmethodsNoel Grandin2-73/+63
2018-10-15loplugin:constfields in ooxNoel Grandin1-0/+2
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin1-3/+30
2018-10-10Fix failure of loplugin:useuniqueptr with older compilersStephan Bergmann3-4/+45
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann3-38/+100
2018-10-09loplugin:unusedmethodsNoel Grandin2-67/+87
2018-10-09loplugin:unusedfieldsNoel Grandin4-114/+112
2018-10-08Fix loplugin:useuniqueptr for libc++ (macOS)Stephan Bergmann1-1/+4
2018-10-08compilerplugins: the useuniqueptr clang plugin test fails on 5.0.1Miklos Vajna1-1/+1
2018-10-06Fix typoAndrea Gelmini1-1/+1
2018-10-05loplugin:useuniqueptr look for deleting in loops with iteratorsNoel Grandin2-180/+366
2018-10-03loplugin:unusedmethodsNoel Grandin1-51/+17
2018-10-03loplugin:constfields in swNoel Grandin1-7/+14
2018-10-03loplugin:unusedfieldsNoel Grandin4-5/+9
2018-10-03loplugin:unusedmethodsNoel Grandin2-78/+82
2018-10-03loplugin:unusedfieldsNoel Grandin4-70/+48
2018-10-01Add loplugin:includeform documentationStephan Bergmann1-0/+2
2018-10-01implicitboolconversion: ignore quint64 bitfieldJan-Marek Glogowski1-2/+8
2018-09-28loplugin:unusedmethodsNoel Grandin2-37/+59
2018-09-28Fix typoAndrea Gelmini1-1/+1
2018-09-28loplugin:unusedfieldsNoel Grandin4-157/+219
2018-09-28Fix E_SUCCEDED -> E_SUCCEEDEDAndrea Gelmini1-1/+1
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin3-77/+177
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-10/+36
2018-09-23loplugin:unusedmethodsNoel Grandin2-152/+154
2018-09-22Always disable loplugin:expressionalwayszero, to avoid false positivesStephan Bergmann1-5/+0
2018-09-21new loplugin:methodcyclesNoel Grandin4-4/+698
2018-09-20Replace SAL_FINAL with final in internal codeStephan Bergmann1-1/+1
2018-09-18loplugin:unusedmethodsNoel Grandin2-50/+80
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin2-18/+104
2018-09-18loplugin:useuniqueptr check more local variablesNoel Grandin2-93/+334
2018-09-17loplugin:staticconstfield improvementsNoel Grandin2-13/+124
2018-09-17New loplugin:externalStephan Bergmann1-0/+323
2018-09-16rename conststringfield loplugin to staticconstfieldNoel Grandin2-9/+9
2018-09-14Check that loplugin:unreffun warns for explicitly "extern" functionsStephan Bergmann2-0/+16
2018-09-14Improve loplugin:simplifyconstruct warningsStephan Bergmann2-4/+5
2018-09-13loplugin:simplifyconstruct exclude std::unique_ptr with custom deleterNoel Grandin2-3/+20
2018-09-13new loplugin simplifyconstructNoel Grandin2-0/+98
2018-09-13new loplugin:constfieldsNoel Grandin6-60/+876
2018-09-12loplugin:unusedmethodsNoel Grandin2-82/+12
2018-09-11loplugin:unusedfieldsNoel Grandin4-12/+40
2018-09-11loplugin:unusedmethodsNoel Grandin2-238/+188
2018-09-11loplugin:unusedfieldsNoel Grandin4-122/+102