summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-11__cpp_char8_t is generally available nowStephan Bergmann1-4/+0
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann6-138/+9
2023-10-09Add -rpath when building analyzer executable on macOSStephan Bergmann1-1/+3
2023-10-09Avoid a false loplugin:casttovoid on macOSStephan Bergmann1-0/+5
2023-10-07loplugin:ostr: Rewrite some uses of O[U]String to use ""_ostr/u""_ustr literalsStephan Bergmann2-0/+384
2023-09-24loplugin:unusedmethodsNoel Grandin2-279/+227
2023-09-23tdf#105303: Drop html export wizardXisco Fauli3-8/+0
2023-09-19loplugin:unusedfieldsNoel Grandin4-224/+242
2023-09-17remove unnecessary dynamic_cast around SwXTextNoel Grandin1-18/+24
2023-09-15loplugin, merge weakobject into weakbaseNoel Grandin4-128/+113
2023-09-14Improve Plugin::checkIdenticalDefaultArgumentsStephan Bergmann1-0/+4