summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2024-10-22move vcl::DeleteOnDeinit to toolsNoel Grandin2-2/+2
2024-09-06drop unused eventtesting cmd line optionCaolán McNamara1-1/+1
2024-08-29tdf#161826 - Add uniform Glow effect for texts in shapesBalazs Varga1-0/+6
2024-08-25cid#1608296 silence Overflowed integer argumentCaolán McNamara1-0/+1
2024-08-15merge CntUnencodedStringItem into SfxStringItemNoel Grandin1-2/+0
2024-08-12fix clang crashNoel Grandin1-1/+3
2024-08-05loplugin:redundantcast fix crashNoel Grandin1-1/+1
2024-07-26android, compilerplugins: fix issues found by Ruff linterIlmari Lauhakangas9-121/+242
2024-07-09loplugin:unusedenumconstantsNoel Grandin3-1395/+1607
2024-07-09loplugin:unnecessaryvirtualNoel Grandin2-31/+119
2024-07-09loplugin:unusedenumconstants update for new clang AST nodeNoel Grandin1-0/+4
2024-06-29Fix "lets" -> "let's"Andrea Gelmini2-2/+2
2024-06-28Fix "lets" -> "let's"Andrea Gelmini1-1/+1
2024-06-28improve lifecycle of SdrItemPoolNoel Grandin1-0/+2
2024-06-26Missing includesStephan Bergmann2-0/+2
2024-06-20loplugin:unusedfieldsNoel Grandin5-676/+636
2024-06-19Fix typoAndrea Gelmini1-1/+1
2024-06-18NFC cleanup duplicate entry in clang/buriedassign.cxxJustin Luth1-2/+0
2024-05-31Avoid --enable-compiler-plugins=debug loplugin:overrideparam TODO warningStephan Bergmann1-0/+14
2024-05-27False loplugin:staticmethods with LLVM 19 trunkStephan Bergmann1-1/+2
2024-05-21tdf#158803 compilerplugins: remove semicolons; improve membership checksLeonard Sasse16-46/+46
2024-05-11Drop now unused SdOptionsZoom classGabor Kelemen1-1/+0
2024-05-11Drop now unused SdOptionsLayout, SdOptionsLayoutItem classesGabor Kelemen1-2/+0
2024-05-09loplugin:mergeclasses updateNoel Grandin3-46/+297
2024-05-05Avoid loplugin:noexceptmove failure with recent Clang 19 trunkStephan Bergmann1-1/+2
2024-05-04replace createFromAscii with OUString literals in swNoel Grandin1-0/+3
2024-05-03fix crash in CertificateChooser for GPGMoritz Duge1-0/+2
2024-05-02Drop unused instance variable.Moritz Duge1-2/+0
2024-04-28Drop CacheConfiguration in favor of officecfgGabor Kelemen1-2/+0
2024-04-23loplugin:singlevalfieldsNoel Grandin4-531/+431
2024-04-22loplugin:constantparam filter out workdir/ stuff earlierNoel Grandin1-3/+6
2024-04-19loplugin:constantparamNoel Grandin5-2880/+3418
2024-04-19loplugin:unusedfields update for new clang AST nodesNoel Grandin1-0/+19
2024-04-19Adapt to Clang 19 trunk isUnnamedBitfield -> isUnnamedBitField renameStephan Bergmann2-1/+9
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