summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2023-01-23writerfilter: removed remains of GAP_HALF define and its usageVasily Melenchuk1-2/+0
2023-01-08Bump copyright year to 2023Adolfo Jayme Barrientos1-1/+1
2022-12-07loplugin:unusedmethodsNoel Grandin2-226/+242
2022-12-07loplugin:unusedfieldsNoel Grandin4-69/+75
2022-12-07loplugin:singlevalfieldsNoel Grandin3-432/+762
2022-12-06weld InformationDialog info dialogCaolán McNamara1-2/+0
2022-12-06Resolves: tdf#121297 weld Presentation MinimizerCaolán McNamara1-64/+0
2022-11-29New loplugin:crosscastStephan Bergmann2-0/+262
2022-11-25Fold OldBasicPassword into basic::SfxScriptLibraryContainerStephan Bergmann1-1/+0
2022-11-23Fix loplugin:redundantcast check for same-type dynamic_castStephan Bergmann2-0/+25
2022-11-22loplugin:unusedfields update the post-process scriptNoel Grandin5-242/+469
2022-11-18Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann2-0/+85
2022-11-11New loplugin:constmoveStephan Bergmann2-0/+110
2022-11-06-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): compilerpluginsStephan Bergmann1-6/+4
2022-11-05loplugin:stringconcatauto: There's no dangling-ref issue with O[U]StringNumberStephan Bergmann2-22/+2
2022-10-26Adapt compilerplugins to recent Clang 16 trunk changeStephan Bergmann5-23/+44
2022-10-22loplugin:unusedmethodsNoel Grandin3-196/+283
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin2-1/+15
2022-10-21loplugin:unnecessaryvirtualNoel Grandin3-945/+23
2022-10-18Adapt compilerplugins to recent Clang 16 trunk changeStephan Bergmann2-2/+12
2022-10-17loplugin:redundantcast look for redundant dynamic_cast<T&>Noel Grandin2-0/+22
2022-10-14Clean up loplugin:stringviewStephan Bergmann1-3/+1
2022-10-14Clean up loplugin:stringaddStephan Bergmann1-3/+1
2022-10-14Fix loplugin:stringconcatautoStephan Bergmann2-1/+11
2022-10-13Drop now-redundant %selectStephan Bergmann1-1/+1
2022-10-13Adapt CompilerTest_compilerplugins_clang to recent ClangStephan Bergmann1-2/+2
2022-10-13Deduplicate stringconcat moreMike Kaganski5-13/+19
2022-10-12tdf#147021 REVERT Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-2/+2
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski2-3/+3
2022-09-25unwrap SwDelChr to plain SfxHintBjoern Michaelsen1-2/+0
2022-09-25unwrap SwInsText to a plain SfxHintBjoern Michaelsen1-2/+0
2022-09-24unwrap SwDelText to a plain SfxHintBjoern Michaelsen1-2/+0
2022-09-23remove some dead codeNoel Grandin1-4/+0
2022-09-21Extend loplugin:redundantcast to some suspicious reinterpret_castStephan Bergmann2-0/+25
2022-09-14new loplugin refcountingbaseNoel Grandin1-0/+141
2022-09-08Clean up some #includesStephan Bergmann1-1/+1
2022-09-08loplugin:unnecessaryvirtualNoel Grandin2-92/+1000
2022-09-08loplugin:virtualdeadNoel Grandin2-81/+63
2022-09-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas1-1/+1
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas2-2/+2
2022-09-05vcl: Rename Gesture event to GesturePanPovilas Kanapickas4-9/+9
2022-09-04tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala2-3/+3
2022-08-29ref-count SdrObjectNoel Grandin3-10/+21
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann4-4/+4
2022-08-18loplugin:moveitNoel Grandin2-3/+37
2022-08-13loplugin:unusedmethodsNoel Grandin3-1458/+2363
2022-08-12loplugin:unusedfieldsNoel Grandin4-1189/+1011
2022-08-10loplugin:passstuffbyrefNoel Grandin1-14/+21
2022-08-08Adapt to changed clang::LambdaCapture::getCapturedVar return typeStephan Bergmann1-1/+1
2022-08-08Adapt to changes in llvm::OptionalStephan Bergmann2-1/+20