summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2024-04-18move writerfilter inside swNoel Grandin4-7/+9
2024-04-08-Werror,-Wunused-but-set-variableStephan Bergmann1-0/+2
2024-04-08-Werror,-Wunused-but-set-variableStephan Bergmann1-1/+1
2024-04-08-Werror,-Wunused-but-set-variableStephan Bergmann1-1/+1
2024-04-04loplugin:unusedenumconstantsNoel Grandin3-1758/+1776
2024-03-26loplugin:finalmethodsNoel Grandin2-0/+224
2024-03-22improve loplugin:staticmethodsNoel Grandin1-10/+16
2024-03-13tdf#160180: bump copyright year to 2024Julien Nabet1-1/+1
2024-02-16tdf#142467: restore "final" in CandleStickChartType classKevin Suo1-2/+0
2024-02-11Adapt to modified clang::PPCallbacks::InclusionDirectiveStephan Bergmann1-1/+5
2024-02-08lok: calc: fix for rendering issues on in place editingMarco Cecchetti1-0/+3
2024-02-07double operator < is not a strict weak ordering due to NaNStephan Bergmann4-1/+26
2024-02-02loplugin:unnecessarygetstr fix false +Noel Grandin2-3/+22
2024-01-30lok: introduce NotebookBarViewManager and NotebookBarViewDataTomaž Vajngerl1-2/+1
2024-01-29loplugin:unnecessarymethodsNoel Grandin2-60/+58
2024-01-21Adapt compilerplugins to Clang 18 trunk isPure -> isPureVirtual renameStephan Bergmann8-8/+20
2024-01-16improve loplugin:cow_wrapperNoel Grandin1-0/+2
2024-01-16loplugin:unusedmethodsNoel Grandin2-195/+201
2024-01-16loplugin:unusedfieldsNoel Grandin4-83/+111
2024-01-15loplugin:unnecessaryvirtualNoel Grandin2-46/+178
2024-01-15Fix loplugin:singlevalfields handling of DesignatedInitExprStephan Bergmann1-0/+1
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-1/+0
2024-01-03Drop now unused SvtSlideSorterBarOptions classGabor Kelemen2-3/+0
2023-12-30SvtAccessibilityOptions no longer loads settingsGabor Kelemen1-2/+0
2023-12-24Remove listeners of SvtAccessibilityOptionsGabor Kelemen1-4/+0
2023-12-18-Werror,-Wdeprecated-declarationsStephan Bergmann26-76/+105
2023-12-13loplugin:unusedfieldsNoel Grandin4-104/+86
2023-12-13loplugin:unusedmethodsNoel Grandin2-87/+117
2023-12-11-Werror,-Wdeprecated-declarationsStephan Bergmann1-3/+3
2023-11-30Extended loplugin:ostrStephan Bergmann2-2/+91
2023-11-25loplugin:fieldcast in DomainMapper_ImplNoel Grandin1-3/+0
2023-11-25loplugin:fieldcast in SwOneExampleFrameNoel Grandin1-3/+0
2023-11-24loplugin:fieldcast in ScXMLImportNoel Grandin1-3/+0
2023-11-24loplugin:fieldcast in oox::xls::PivotTableNoel Grandin1-3/+0
2023-11-23loplugin:fieldcast in DbGridControlNoel Grandin1-6/+0
2023-11-23loplugin:fieldcast in LayoutManagerNoel Grandin1-3/+0
2023-11-23loplugin:fieldcast in LayoutManagerNoel Grandin1-3/+0
2023-11-23loplugin:fieldcast in BindingNoel Grandin1-3/+0
2023-11-22loplugin:fieldcast in SwTransferableNoel Grandin1-3/+0
2023-11-15Extend a loplugin:ostr check from OUString to OStringStephan Bergmann2-26/+75
2023-11-15Add back test for struct initializationStephan Bergmann1-0/+3
2023-11-15loplugin:unusedmethodsNoel Grandin2-169/+191
2023-11-14loplugin:unusedfieldsNoel Grandin4-308/+336
2023-11-14Adapt compilerplugins/clang/test/fieldcast.cxx to clang-clStephan Bergmann1-0/+7
2023-11-11loplugin:fieldcast improvementsNoel Grandin3-391/+93
2023-11-09Fix typoAndrea Gelmini1-1/+1
2023-11-08Adapt expected diagnostic output to clang-cl and the MSVC standard libraryStephan Bergmann1-2/+2
2023-11-08Adapt compilerplugins/clang/test/locking2.cxx to clang-clStephan Bergmann1-0/+6
2023-11-08Adapt loplugin:stringconcatliterals to clang-clStephan Bergmann2-6/+21
2023-11-08new loplugin:fieldcastNoel Grandin4-0/+1342