summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2020-08-21Silence some clang-cl loplugin:stringstaticStephan Bergmann3-0/+57
2020-08-20loplugin:singlevalfieldsNoel Grandin1-17/+14
2020-08-20loplugin:virtualdeadNoel Grandin2-7/+4
2020-08-20loplugin:constantparamNoel Grandin4-395/+427
2020-08-19isStaticLocal should imply hasGlobalStorageStephan Bergmann1-1/+1
2020-08-19Remove unused includeStephan Bergmann1-1/+0
2020-08-18loplugin:unusedvarsglobalNoel Grandin2-1/+34
2020-08-18new loplugin:unusedvarsglobalNoel Grandin3-0/+1366
2020-08-18remove newly unused ExtMultiLineEditCaolán McNamara1-4/+0
2020-08-17loplugin:unusedmethodsNoel Grandin1-124/+68
2020-08-17Move compilerplugins-related .gitignore content to compilerplugins/.gitignoreStephan Bergmann1-0/+3
2020-08-16loplugin:singlevalfieldsNoel Grandin2-209/+221
2020-08-16loplugin:unusedfieldsNoel Grandin4-73/+83
2020-08-16loplugin:unnecessaryvirtualNoel Grandin2-11/+17
2020-08-16loplugin:virtualdeadNoel Grandin3-7/+12
2020-08-14loplugin:simplifybool moreNoel Grandin1-4/+8
2020-08-14One toolbar generic controller is enoughMaxim Monastirsky1-2/+0
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-18/+66
2020-08-12use unique_ptr for ScGlobal::pFieldEditEngineNoel Grandin1-1/+1
2020-08-08loplugin:unusedmethodsNoel Grandin1-21/+59
2020-08-08loplugin:unnecessaryvirtualNoel Grandin2-20/+16
2020-08-08merge dbaui::OMarkableTreeListBox with dbaui::OTableTreeListBoxCaolán McNamara1-1/+0
2020-08-08loplugin:unusedfieldsNoel Grandin4-128/+128
2020-08-08loplugin:virtualdeadNoel Grandin3-109/+45
2020-08-05Silence loplugin:staticmethods when the definition involves preprocessingStephan Bergmann1-0/+4
2020-08-05Adapt to --disable-assert-always-abortStephan Bergmann1-0/+2
2020-08-04Avoid some unhelpful loplugin:makesharedStephan Bergmann1-0/+13
2020-08-04loplugin:unusedmethodsNoel Grandin1-78/+80
2020-08-04remove some debug codeNoel Grandin1-10/+0
2020-08-04Adapt compilerplugins/clang/test/makeshared.cxx to MSVC standard libraryStephan Bergmann1-3/+3
2020-08-04Adapt compilerplugins/clang/test/getstr.cxx to latest MSVC standard libraryStephan Bergmann1-1/+1
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin3-8/+11
2020-08-03Revert "Adapt to changed clang::ASTContext::getParents behavior on Clang 11 t...Stephan Bergmann11-81/+32
2020-07-31loplugin:unusedmethodsNoel Grandin1-60/+16
2020-07-30loplugin:unusedmethodsNoel Grandin3-49/+60
2020-07-30loplugin:flatten in sw/uibase/utl..sw/uibase/wrtshNoel Grandin1-1/+6
2020-07-29replace and drop SvtPrintWarningOptionsCaolán McNamara1-2/+0
2020-07-29drop newly unused SvtFontOptionsCaolán McNamara1-2/+0
2020-07-28Adapt to Clang 12 trunk Expr::getIntegerConstantExpressionStephan Bergmann4-40/+60
2020-07-25loplugin:constantparamNoel Grandin3-176/+148
2020-07-25loplugin:unusedmethodsNoel Grandin1-60/+54
2020-07-25loplugin:unusedfieldsNoel Grandin4-72/+70
2020-07-21loplugin:unusedmethodsNoel Grandin1-177/+205
2020-07-21loplugin:constantparamNoel Grandin4-486/+518
2020-07-21loplugin:unusedfieldsNoel Grandin4-214/+214
2020-07-20loplugin:unnecessaryvirtualNoel Grandin2-44/+42
2020-07-19Adapt to Clang 12 trunk RecursiveASTVisitor changeStephan Bergmann19-427/+358
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara1-4/+0
2020-07-13Don't rely on Python's treatment of unrecognized escape sequencesMike Kaganski3-7/+7