summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2018-01-11loplugin:useuniqueptr in l10ntoolsNoel Grandin2-248/+179
2018-01-09Don't use non-Windows sys/time.hStephan Bergmann1-4/+4
2018-01-09Don't build off-by-default loplugin:unusedfields on Windows for nowStephan Bergmann1-0/+4
2018-01-04sw: move some globals in fetab.cxx into SwFEShellMichael Stahl1-4/+0
2018-01-04loplugin:unusedfieldsNoel Grandin4-51/+114
2018-01-03loplugin:singlevalfields improve copy constructor checkNoel Grandin2-12/+27
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin2-6/+7
2018-01-02loplugin:passstuffbyref improved return in sd,variousNoel Grandin2-0/+5
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin1-1/+2
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin1-1/+5
2017-12-30Disable loplugin:casttovoid when --disable-assert-always-abortStephan Bergmann2-0/+4
2017-12-29loplugin:unnecessaryoverride fix for changing accessNoel Grandin2-1/+19
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin1-20/+26
2017-12-27loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin1-1/+2
2017-12-26loplugin:passstuffbyref improved return in canvas and svtoolsNoel Grandin2-0/+9
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin2-1/+15
2017-12-24Fix compilerplugins/clang/test/passstuffbyref.cxxStephan Bergmann1-0/+3
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin2-53/+140
2017-12-21Allow compiler plugins for onlinePranav Kant4-2/+34
2017-12-21new loplugin: convertlongNoel Grandin6-343/+183
2017-12-20Fix for compilerplugins/clang/test/salcall.cxx with clang-clStephan Bergmann1-1/+14
2017-12-20Remove redundant, duplicated getSpellingLoc callStephan Bergmann1-1/+0
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann30-396/+84
2017-12-19remove unused typedefsNoel Grandin1-1/+0
2017-12-19loplugin:unusedfieldsNoel Grandin3-72/+76
2017-12-19loplugin:singevalfieldsNoel Grandin1-56/+20
2017-12-19loplugin:unusedenumconstantsNoel Grandin2-230/+828
2017-12-18loplugin:unnecessaryvirtualNoel Grandin1-22/+22
2017-12-15Enable C++17 for clang-cl, tooStephan Bergmann1-0/+1
2017-12-15Try even harder to get at template args in loplugin:implicitboolconversionStephan Bergmann1-13/+26
2017-12-15loplugin:unusedindex fix false+ in nested loopsNoel Grandin2-11/+28
2017-12-15once off loplugin: unusedindexNoel Grandin2-0/+109
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-17/+0
2017-12-13Improve loplugin:salcall error reportingStephan Bergmann1-2/+14
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann2-46/+125
2017-12-11loplugin:salcall fix functionsNoel Grandin1-22/+3
2017-12-11Improve loplugin:salcall error reportingStephan Bergmann2-10/+9
2017-12-10Fix isSalCallFunction furtherStephan Bergmann3-72/+148
2017-12-10Fix typosAndrea Gelmini1-1/+1
2017-12-09Add some debug checks to loplugin:salcallStephan Bergmann1-1/+20
2017-12-09No more issues with these source filesStephan Bergmann1-11/+0
2017-12-08New --enable-compiler-plugins=debug modeStephan Bergmann4-0/+17
2017-12-08Fix isSalCallFunction so it also works on WindowsStephan Bergmann2-38/+240
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+22
2017-12-06Better heuristic to only look through implicit copy/move ctorsStephan Bergmann2-2/+12
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-2/+38
2017-12-06Work around latest Boost 1.65.1 still using deprecated std::auto_ptrStephan Bergmann1-0/+1
2017-12-06Remove CXXFLAGS_CXX11 from Clang plugin compilationStephan Bergmann1-11/+5
2017-12-05Replace deprecated std::mem_fun et al in reportdesignStephan Bergmann2-4/+93
2017-12-05lokdialog: Make the badstatic loplugin happy.Jan Holesovsky1-6/+1