summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Fix typosAndrea Gelmini2-4/+4
2016-07-20loplugin:unusedmethods unused return value in include/editengNoel Grandin1-20/+27
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-0/+66
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-67/+100
2016-07-12new loplugin fpcomparisonNoel Grandin1-0/+146
2016-07-12loplugin:unusedfields variousNoel Grandin1-1/+2
2016-07-12Remove excess newlinesChris Sherlock4-4/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin4-56/+747
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin1-0/+142
2015-12-08tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky1-1/+1
2015-11-30Adapt whitelisted namesStephan Bergmann1-4/+4
2015-11-25loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin1-1/+2
2015-11-24update unusedfields plugin to use new clang warn_unused attribute supportNoel Grandin2-24/+11
2015-11-24loplugin:unusedfields in vcl/Noel Grandin1-1/+5
2015-11-24loplugin:unusedfields in tools/Noel Grandin1-1/+2
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-1/+2
2015-11-23loplugin:unusedfields in scNoel Grandin1-3/+7
2015-11-20loplugin:unusedfields in dbaccessNoel Grandin1-0/+2
2015-11-20loplugin:unusedfields in basctlNoel Grandin1-2/+43
2015-11-20new loplugin:unusedfieldsNoel Grandin3-0/+417
2015-11-19loplugin:sallogareasStephan Bergmann2-2/+35
2015-11-19isLookupContext already available in Clang 3.7.0Stephan Bergmann1-1/+1
2015-11-19Adapt compilerplugins to old Clang versionsStephan Bergmann2-3/+12
2015-11-17vcl, sd: rename some overly generic static variablesMichael Stahl1-2/+2
2015-11-17Fix check for std::weak_ptr (that may be in an inline namespace)Stephan Bergmann2-1/+132
2015-11-17Work around loplguins:badstaticsStephan Bergmann1-0/+2
2015-11-17Work around loplguins:badstaticsStephan Bergmann1-0/+2
2015-11-17Work around loplguins:badstaticsStephan Bergmann1-0/+6
2015-11-17Improve commentStephan Bergmann1-1/+2
2015-11-17Work around loplugin:badstaticsStephan Bergmann1-0/+1
2015-11-17Improve loplugin:badstatics diagnostic outputStephan Bergmann1-17/+20
2015-11-17Use a DiagnosticsEngine::NoteStephan Bergmann1-1/+1
2015-11-17loplugin:unnecessaryvirtualNoel Grandin2-200/+118
2015-11-17compilerplugins: enhance badstatics plugin to follow pointersMichael Stahl1-8/+70
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt1-1/+1
2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt1-1/+1
2015-11-15cppcheck:stlIfStrFindNoel Grandin1-1/+1
2015-11-13new loplugin ptrvector - find bad comparison of container<unique_ptr>Noel Grandin1-0/+81
2015-11-13sc: loplugin:badstatics: remove pActiveEdWnd global variableMichael Stahl1-1/+3
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann1-1/+1
2015-11-11loplugin:mergeclass, fix and update resultsNoel Grandin2-4/+172
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+0
2015-11-11disable loplugin memoryvar for nowNoel Grandin1-1/+1
2015-11-11new loplugin: memoryvarNoel Grandin1-0/+239
2015-11-10Missing isInLokIncludeFile checkStephan Bergmann1-0/+2
2015-11-10Keep LibreOfficeKit.hxx compatible with C++03Stephan Bergmann1-0/+9
2015-11-09new loplugin: oncevarNoel Grandin1-0/+146
2015-11-06compilerplugins: enhance "badstatics" plugin to find membersMichael Stahl1-7/+52
2015-11-06compilerplugins: getAsTagDecl doesn't exist in clang 3.5Michael Stahl2-1/+11