summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-06Adapt to various Clang 18 trunk enum reworkStephan Bergmann7-12/+58
2023-11-06lok: notebookbar: handle multiple sessionsSzymon Kłos1-0/+1
2023-11-05loplugin:ostr: Warn about literals that could be string_viewStephan Bergmann2-0/+55
2023-11-04Adapt to Clang 18 trunk Linkage reworkStephan Bergmann6-5/+20
2023-11-03Suppress loplugin:redundantfcast also around C++20 CXXParenListInitExprStephan Bergmann2-2/+27
2023-11-02Fix typoStephan Bergmann2-2/+2
2023-11-02Adapt to Clang 18 trunk ElaboratedTypeKeyword reworkStephan Bergmann2-1/+10
2023-11-01new loplugin:fieldcanbelocalNoel Grandin3-0/+710
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-8/+0
2023-10-21Extended loplugin:ostr: Automatic rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann2-6/+248
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann3-170/+16
2023-10-14get_iter_abs_pos doesn't neeed to be virtualCaolán McNamara1-2/+0
2023-10-12loplugin:unusedmethodsNoel Grandin2-65/+47