summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* new loplugin staticvarNoel Grandin2018-10-172-0/+284
* loplugin:singlevalfieldsNoel Grandin2018-10-173-46/+326
* loplugin:staticconstfield improvementsNoel Grandin2018-10-152-83/+154
* Relicense LoopVarTooSmall plugin to use LLVM licenseTamás Zolnai2018-10-152-8/+12
* Add the already referenced LICENSE.TXT with the LLVM licenseTamás Zolnai2018-10-151-0/+40
* loplugin:constantparamNoel Grandin2018-10-154-792/+781
* loplugin:unusedfieldsNoel Grandin2018-10-154-71/+85
* loplugin:unusedmethodsNoel Grandin2018-10-152-73/+63
* loplugin:constfields in ooxNoel Grandin2018-10-151-0/+2
* loplugin:constfields in reportdesign,sal,saxNoel Grandin2018-10-121-3/+30
* Fix failure of loplugin:useuniqueptr with older compilersStephan Bergmann2018-10-103-4/+45
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-093-38/+100
* loplugin:unusedmethodsNoel Grandin2018-10-092-67/+87
* loplugin:unusedfieldsNoel Grandin2018-10-094-114/+112
* Fix loplugin:useuniqueptr for libc++ (macOS)Stephan Bergmann2018-10-081-1/+4
* compilerplugins: the useuniqueptr clang plugin test fails on 5.0.1Miklos Vajna2018-10-081-1/+1
* Fix typoAndrea Gelmini2018-10-061-1/+1
* loplugin:useuniqueptr look for deleting in loops with iteratorsNoel Grandin2018-10-052-180/+366
* loplugin:unusedmethodsNoel Grandin2018-10-031-51/+17
* loplugin:constfields in swNoel Grandin2018-10-031-7/+14
* loplugin:unusedfieldsNoel Grandin2018-10-034-5/+9
* loplugin:unusedmethodsNoel Grandin2018-10-032-78/+82
* loplugin:unusedfieldsNoel Grandin2018-10-034-70/+48
* Add loplugin:includeform documentationStephan Bergmann2018-10-011-0/+2
* implicitboolconversion: ignore quint64 bitfieldJan-Marek Glogowski2018-10-011-2/+8
* loplugin:unusedmethodsNoel Grandin2018-09-282-37/+59
* Fix typoAndrea Gelmini2018-09-281-1/+1
* loplugin:unusedfieldsNoel Grandin2018-09-284-157/+219
* Fix E_SUCCEDED -> E_SUCCEEDEDAndrea Gelmini2018-09-281-1/+1
* loplugin:methodcycles more graph theory for the winNoel Grandin2018-09-273-77/+177
* loplugin:external (clang-cl)Stephan Bergmann2018-09-241-10/+36
* loplugin:unusedmethodsNoel Grandin2018-09-232-152/+154
* Always disable loplugin:expressionalwayszero, to avoid false positivesStephan Bergmann2018-09-221-5/+0
* new loplugin:methodcyclesNoel Grandin2018-09-214-4/+698
* Replace SAL_FINAL with final in internal codeStephan Bergmann2018-09-201-1/+1
* loplugin:unusedmethodsNoel Grandin2018-09-182-50/+80
* loplugin:unusedfields improve search for unused collection fieldsNoel Grandin2018-09-182-18/+104
* loplugin:useuniqueptr check more local variablesNoel Grandin2018-09-182-93/+334
* loplugin:staticconstfield improvementsNoel Grandin2018-09-172-13/+124
* New loplugin:externalStephan Bergmann2018-09-171-0/+323
* rename conststringfield loplugin to staticconstfieldNoel Grandin2018-09-162-9/+9
* Check that loplugin:unreffun warns for explicitly "extern" functionsStephan Bergmann2018-09-142-0/+16
* Improve loplugin:simplifyconstruct warningsStephan Bergmann2018-09-142-4/+5
* loplugin:simplifyconstruct exclude std::unique_ptr with custom deleterNoel Grandin2018-09-132-3/+20
* new loplugin simplifyconstructNoel Grandin2018-09-132-0/+98
* new loplugin:constfieldsNoel Grandin2018-09-136-60/+876
* loplugin:unusedmethodsNoel Grandin2018-09-122-82/+12
* loplugin:unusedfieldsNoel Grandin2018-09-114-12/+40
* loplugin:unusedmethodsNoel Grandin2018-09-112-238/+188
* loplugin:unusedfieldsNoel Grandin2018-09-114-122/+102