summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2018-01-20loplugin:unusedmethodsNoel Grandin
2018-01-19-Werror,-Wunused-variableStephan Bergmann
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-17loplugin:useuniqueptr in PPDParserNoel Grandin
2018-01-17loplugin:useuniqueptr expand search for ranged-loop-deleteNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecastStephan Bergmann
2018-01-15loplugin:useuniqueptr in CursorNoel Grandin
2018-01-12Enable loplugin:cstylecast for some more casesStephan Bergmann
2018-01-12teach useuniqueptr loplugin about "if(field != null) delete field"Noel Grandin
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin
2018-01-11loplugin:useuniqueptr in l10ntoolsNoel Grandin
2018-01-09Don't use non-Windows sys/time.hStephan Bergmann
2018-01-09Don't build off-by-default loplugin:unusedfields on Windows for nowStephan Bergmann
2018-01-04sw: move some globals in fetab.cxx into SwFEShellMichael Stahl
2018-01-04loplugin:unusedfieldsNoel Grandin
2018-01-03loplugin:singlevalfields improve copy constructor checkNoel Grandin
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin
2018-01-02loplugin:passstuffbyref improved return in sd,variousNoel Grandin
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin
2017-12-30Disable loplugin:casttovoid when --disable-assert-always-abortStephan Bergmann
2017-12-29loplugin:unnecessaryoverride fix for changing accessNoel Grandin
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin
2017-12-27loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin
2017-12-26loplugin:passstuffbyref improved return in canvas and svtoolsNoel Grandin
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-24Fix compilerplugins/clang/test/passstuffbyref.cxxStephan Bergmann
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin
2017-12-21Allow compiler plugins for onlinePranav Kant
2017-12-21new loplugin: convertlongNoel Grandin
2017-12-20Fix for compilerplugins/clang/test/salcall.cxx with clang-clStephan Bergmann
2017-12-20Remove redundant, duplicated getSpellingLoc callStephan Bergmann
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann
2017-12-19remove unused typedefsNoel Grandin
2017-12-19loplugin:unusedfieldsNoel Grandin
2017-12-19loplugin:singevalfieldsNoel Grandin
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-12-18loplugin:unnecessaryvirtualNoel Grandin
2017-12-15Enable C++17 for clang-cl, tooStephan Bergmann
2017-12-15Try even harder to get at template args in loplugin:implicitboolconversionStephan Bergmann
2017-12-15loplugin:unusedindex fix false+ in nested loopsNoel Grandin
2017-12-15once off loplugin: unusedindexNoel Grandin
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-13Improve loplugin:salcall error reportingStephan Bergmann
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-11Improve loplugin:salcall error reportingStephan Bergmann