summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* normalize resource locale ctor construction mechanismsCaolán McNamara2017-08-021-4/+0
* move resmgr to unotoolsCaolán McNamara2017-08-011-8/+0
* loplugin:checkunusedparamsNoel Grandin2017-08-011-12/+93
* loplugin:constparams in basctlNoel Grandin2017-07-311-0/+4
* loplugin:oncevarNoel Grandin2017-07-312-12/+17
* loplugin:constparams handle constructorsNoel Grandin2017-07-282-104/+171
* loplugin:checkunusedparams more part3Noel Grandin2017-07-281-13/+29
* loplugin:checkunusedparams more part1Noel Grandin2017-07-281-1/+29
* loplugin:constparams in chart2Noel Grandin2017-07-271-0/+3
* simplify unusedfields pluginNoel Grandin2017-07-271-37/+38
* loplugin:constparams in svxNoel Grandin2017-07-271-3/+7
* loplugin:unusedmethodsNoel Grandin2017-07-262-225/+29
* loplugin:unusedfieldsNoel Grandin2017-07-263-301/+191
* loplugin:unusedmethodsNoel Grandin2017-07-252-133/+357
* improve unusedfields loplugin readonly analysisNoel Grandin2017-07-245-1271/+592
* loplugin:unnecessaryvirtualNoel Grandin2017-07-231-41/+53
* Typo: "disposeAndClear", not "clearAndDispose"Julien Nabet2017-07-221-2/+2
* loplugin:unusedfields in basctl..connectivityNoel Grandin2017-07-221-6/+0
* loplugin:unusedfields in cppcanvas..cuiNoel Grandin2017-07-221-10/+0
* loplugin:unusedfields in editengNoel Grandin2017-07-221-4/+0
* loplugin:unusedfields in extensions..frameworkNoel Grandin2017-07-221-14/+0
* loplugin:unusedfields in ioNoel Grandin2017-07-221-2/+0
* loplugin:unusedfields in oox,reportdesignNoel Grandin2017-07-221-6/+0
* make oncevar plugin ignore methods with #ifdef-eryNoel Grandin2017-07-224-47/+62
* loplugin:constparams in soltools and variousNoel Grandin2017-07-211-0/+5
* loplugin:unusedfields in sdNoel Grandin2017-07-211-22/+0
* loplugin:unusedfields in sfx2Noel Grandin2017-07-211-18/+0
* migrate to boost::gettextCaolán McNamara2017-07-212-5/+0
* loplugin:unusedfields in svtoolsNoel Grandin2017-07-211-4/+0
* loplugin:unusedfields in svxNoel Grandin2017-07-211-12/+0
* loplugin:unusedfields in writerfilterNoel Grandin2017-07-201-12/+0
* loplugin:unusedfields in toolsNoel Grandin2017-07-201-2/+0
* remove some "optimisation" insanity in ScriptEventContainerNoel Grandin2017-07-201-2/+0
* loplugin:unusedfields in vclNoel Grandin2017-07-201-26/+0
* loplugin:constparams in basicNoel Grandin2017-07-201-0/+4
* mxStatusIndicator is unusedNoel Grandin2017-07-201-2/+0
* mxStatusIndicator is unusedNoel Grandin2017-07-201-2/+0
* m_xExtHandler is unusedNoel Grandin2017-07-201-2/+0
* loplugin:constparams in connectivityNoel Grandin2017-07-191-0/+2
* loplugin:constparams in desktopNoel Grandin2017-07-191-0/+1
* enhance unusedfields plugin to find readonly fieldsNoel Grandin2017-07-196-49/+2482
* remove unused CntWallpaperItemCaolán McNamara2017-07-181-4/+0
* loplugin:constparams in sdextNoel Grandin2017-07-181-4/+9
* loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin2017-07-181-0/+2
* loplugin:constparams in vclNoel Grandin2017-07-181-47/+56
* Fix typosAndrea Gelmini2017-07-171-2/+2
* Fix test for clang-clStephan Bergmann2017-07-171-0/+1
* extend loplugin useuniqueptr to OUString pointersNoel Grandin2017-07-171-1/+5
* lopgluin:unnecessaryparen: Properly treat parenthesized sub-expr in sizeof (x)Stephan Bergmann2017-07-161-4/+11