summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* writerfilter: removed remains of GAP_HALF define and its usageVasily Melenchuk2023-01-231-2/+0
* Bump copyright year to 2023Adolfo Jayme Barrientos2023-01-081-1/+1
* loplugin:unusedmethodsNoel Grandin2022-12-072-226/+242
* loplugin:unusedfieldsNoel Grandin2022-12-074-69/+75
* loplugin:singlevalfieldsNoel Grandin2022-12-073-432/+762
* weld InformationDialog info dialogCaolán McNamara2022-12-061-2/+0
* Resolves: tdf#121297 weld Presentation MinimizerCaolán McNamara2022-12-061-64/+0
* New loplugin:crosscastStephan Bergmann2022-11-292-0/+262
* Fold OldBasicPassword into basic::SfxScriptLibraryContainerStephan Bergmann2022-11-251-1/+0
* Fix loplugin:redundantcast check for same-type dynamic_castStephan Bergmann2022-11-232-0/+25
* loplugin:unusedfields update the post-process scriptNoel Grandin2022-11-225-242/+469
* Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann2022-11-182-0/+85
* New loplugin:constmoveStephan Bergmann2022-11-112-0/+110
* -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): compilerpluginsStephan Bergmann2022-11-061-6/+4
* loplugin:stringconcatauto: There's no dangling-ref issue with O[U]StringNumberStephan Bergmann2022-11-052-22/+2
* Adapt compilerplugins to recent Clang 16 trunk changeStephan Bergmann2022-10-265-23/+44
* loplugin:unusedmethodsNoel Grandin2022-10-223-196/+283
* loplugin:referencecasting look for a new patternNoel Grandin2022-10-212-1/+15
* loplugin:unnecessaryvirtualNoel Grandin2022-10-213-945/+23
* Adapt compilerplugins to recent Clang 16 trunk changeStephan Bergmann2022-10-182-2/+12
* loplugin:redundantcast look for redundant dynamic_cast<T&>Noel Grandin2022-10-172-0/+22
* Clean up loplugin:stringviewStephan Bergmann2022-10-141-3/+1
* Clean up loplugin:stringaddStephan Bergmann2022-10-141-3/+1
* Fix loplugin:stringconcatautoStephan Bergmann2022-10-142-1/+11
* Drop now-redundant %selectStephan Bergmann2022-10-131-1/+1
* Adapt CompilerTest_compilerplugins_clang to recent ClangStephan Bergmann2022-10-131-2/+2
* Deduplicate stringconcat moreMike Kaganski2022-10-135-13/+19
* tdf#147021 REVERT Use std::size() instead of SAL_N_ELEMENTS() macrojsala2022-10-121-2/+2
* Deduplicate O(U)StringConcatenationMike Kaganski2022-10-112-3/+3
* unwrap SwDelChr to plain SfxHintBjoern Michaelsen2022-09-251-2/+0
* unwrap SwInsText to a plain SfxHintBjoern Michaelsen2022-09-251-2/+0
* unwrap SwDelText to a plain SfxHintBjoern Michaelsen2022-09-241-2/+0
* remove some dead codeNoel Grandin2022-09-231-4/+0
* Extend loplugin:redundantcast to some suspicious reinterpret_castStephan Bergmann2022-09-212-0/+25
* new loplugin refcountingbaseNoel Grandin2022-09-141-0/+141
* Clean up some #includesStephan Bergmann2022-09-081-1/+1
* loplugin:unnecessaryvirtualNoel Grandin2022-09-082-92/+1000
* loplugin:virtualdeadNoel Grandin2022-09-082-81/+63
* vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas2022-09-051-1/+1
* vcl: Rename Swipe event to GestureSwipePovilas Kanapickas2022-09-052-2/+2
* vcl: Rename Gesture event to GesturePanPovilas Kanapickas2022-09-054-9/+9
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala2022-09-042-3/+3
* ref-count SdrObjectNoel Grandin2022-08-293-10/+21
* Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2022-08-184-4/+4
* loplugin:moveitNoel Grandin2022-08-182-3/+37
* loplugin:unusedmethodsNoel Grandin2022-08-133-1458/+2363
* loplugin:unusedfieldsNoel Grandin2022-08-124-1189/+1011
* loplugin:passstuffbyrefNoel Grandin2022-08-101-14/+21
* Adapt to changed clang::LambdaCapture::getCapturedVar return typeStephan Bergmann2022-08-081-1/+1
* Adapt to changes in llvm::OptionalStephan Bergmann2022-08-082-1/+20