summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make loplugin:salcall look into macros tooStephan Bergmann2017-12-132-46/+125
* loplugin:salcall fix functionsNoel Grandin2017-12-111-22/+3
* Improve loplugin:salcall error reportingStephan Bergmann2017-12-112-10/+9
* Fix isSalCallFunction furtherStephan Bergmann2017-12-103-72/+148
* Fix typosAndrea Gelmini2017-12-101-1/+1
* Add some debug checks to loplugin:salcallStephan Bergmann2017-12-091-1/+20
* No more issues with these source filesStephan Bergmann2017-12-091-11/+0
* New --enable-compiler-plugins=debug modeStephan Bergmann2017-12-084-0/+17
* Fix isSalCallFunction so it also works on WindowsStephan Bergmann2017-12-082-38/+240
* loplugin:salcall handle static methodsNoel Grandin2017-12-071-1/+22
* Better heuristic to only look through implicit copy/move ctorsStephan Bergmann2017-12-062-2/+12
* loplugin:salcall handle virtual methodsNoel Grandin2017-12-061-2/+38
* Work around latest Boost 1.65.1 still using deprecated std::auto_ptrStephan Bergmann2017-12-061-0/+1
* Remove CXXFLAGS_CXX11 from Clang plugin compilationStephan Bergmann2017-12-061-11/+5
* Replace deprecated std::mem_fun et al in reportdesignStephan Bergmann2017-12-052-4/+93