summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constparamsNoel Grandin2018-01-241-0/+2
* Remove unused TypeCheck::SubstTemplateTypeParmTypeStephan Bergmann2018-01-232-11/+0
* new loplugin: pointerboolNoel Grandin2018-01-234-0/+167
* loplugin:unusedmethodsNoel Grandin2018-01-202-118/+604
* -Werror,-Wunused-variableStephan Bergmann2018-01-191-7/+1
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-191-3/+0
* new loplugin:emptyifNoel Grandin2018-01-192-0/+156
* loplugin:unnecessaryparen extend to delete statementsNoel Grandin2018-01-172-0/+26
* loplugin:useuniqueptr in PPDParserNoel Grandin2018-01-171-0/+3
* loplugin:useuniqueptr expand search for ranged-loop-deleteNoel Grandin2018-01-172-1/+16
* Fix typosAndrea Gelmini2018-01-162-3/+3
* More loplugin:cstylecastStephan Bergmann2018-01-151-6/+8
* loplugin:useuniqueptr in CursorNoel Grandin2018-01-152-0/+17
* Enable loplugin:cstylecast for some more casesStephan Bergmann2018-01-123-13/+594
* teach useuniqueptr loplugin about "if(field != null) delete field"Noel Grandin2018-01-122-56/+120
* loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin2018-01-111-0/+5
* loplugin:useuniqueptr in l10ntoolsNoel Grandin2018-01-112-248/+179
* Don't use non-Windows sys/time.hStephan Bergmann2018-01-091-4/+4
* Don't build off-by-default loplugin:unusedfields on Windows for nowStephan Bergmann2018-01-091-0/+4
* sw: move some globals in fetab.cxx into SwFEShellMichael Stahl2018-01-041-4/+0
* loplugin:unusedfieldsNoel Grandin2018-01-044-51/+114
* loplugin:singlevalfields improve copy constructor checkNoel Grandin2018-01-032-12/+27
* loplugin:passstuffbyref more return improvementsNoel Grandin2018-01-032-6/+7
* loplugin:passstuffbyref improved return in sd,variousNoel Grandin2018-01-022-0/+5
* loplugin:passstuffbyref improved return in swNoel Grandin2018-01-021-1/+2
* loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin2017-12-311-1/+5
* Disable loplugin:casttovoid when --disable-assert-always-abortStephan Bergmann2017-12-302-0/+4
* loplugin:unnecessaryoverride fix for changing accessNoel Grandin2017-12-292-1/+19
* loplugin:unnecessaryparen improve return checkNoel Grandin2017-12-291-20/+26
* loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin2017-12-271-1/+2
* loplugin:passstuffbyref improved return in canvas and svtoolsNoel Grandin2017-12-262-0/+9
* loplugin:passstuffbyref even more return improvementsNoel Grandin2017-12-242-1/+15
* Fix compilerplugins/clang/test/passstuffbyref.cxxStephan Bergmann2017-12-241-0/+3
* loplugin:passstuffbyref improved returnsNoel Grandin2017-12-232-53/+140
* Allow compiler plugins for onlinePranav Kant2017-12-214-2/+34
* new loplugin: convertlongNoel Grandin2017-12-216-343/+183
* Fix for compilerplugins/clang/test/salcall.cxx with clang-clStephan Bergmann2017-12-201-1/+14
* Remove redundant, duplicated getSpellingLoc callStephan Bergmann2017-12-201-1/+0
* Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann2017-12-1930-396/+84
* remove unused typedefsNoel Grandin2017-12-191-1/+0
* loplugin:unusedfieldsNoel Grandin2017-12-193-72/+76
* loplugin:singevalfieldsNoel Grandin2017-12-191-56/+20
* loplugin:unusedenumconstantsNoel Grandin2017-12-192-230/+828
* loplugin:unnecessaryvirtualNoel Grandin2017-12-181-22/+22
* Enable C++17 for clang-cl, tooStephan Bergmann2017-12-151-0/+1
* Try even harder to get at template args in loplugin:implicitboolconversionStephan Bergmann2017-12-151-13/+26
* loplugin:unusedindex fix false+ in nested loopsNoel Grandin2017-12-152-11/+28
* once off loplugin: unusedindexNoel Grandin2017-12-152-0/+109
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-141-17/+0
* Improve loplugin:salcall error reportingStephan Bergmann2017-12-131-2/+14