summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-05SvxDrawPage does not need to use aggregationNoel Grandin1-0/+4
2023-08-29Fix typoAndrea Gelmini1-1/+1
2023-08-28Adapt loplugin:unnecessaryparen to user-defined string literalsStephan Bergmann2-3/+79
2023-08-28new loplugin:optionalboolNoel Grandin2-0/+115
2023-08-26Drop glm dependency from vclGabor Kelemen1-6/+0
2023-08-22tdf#146619 Remove unused includes from sal/qaGabor Kelemen2-7/+0
2023-08-19loplugin: new global analysis locking2Noel Grandin3-0/+845
2023-08-08loplugin:unnecessarygetstr fix false +Noel Grandin2-7/+21
2023-08-04Avoid "function 'testDynamicCast()::S1::~S1' has internal linkage...Stephan Bergmann1-1/+1
2023-08-03move SwVirtPageNumInfo to SfxHintBjoern Michaelsen1-2/+0
2023-07-31loplugin:stringconstant: Catch some O[U]String::getStr anti-patternsStephan Bergmann2-0/+56
2023-07-27vcl gtk3: Introduce AT-SPI2 tests for the GTK3 accessibility layerColomban Wendling1-1/+3
2023-07-25loplugin:unusedfieldsNoel Grandin2-8/+4
2023-07-23Drop --enable-float-device-pixel configure optionKhaled Hosny1-6/+2
2023-07-21loplugin:unusedmethodsNoel Grandin2-154/+132
2023-07-21loplugin:unusedfieldsNoel Grandin4-85/+59
2023-07-21loplugin:redundantcast small improvementNoel Grandin2-0/+21
2023-07-05loplugin:unusedenumconstantsNoel Grandin3-2707/+4133
2023-07-04loplugin:unusedvarsglobalNoel Grandin2-184/+118
2023-06-30loplugin:unusedmethodsNoel Grandin4-355/+595
2023-06-29loplugin:unusedmethodsNoel Grandin2-150/+192
2023-06-29loplugin:unusedfields make it a little smarterNoel Grandin2-12/+76
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin2-36/+90
2023-06-26new loplugin:constexprliteralNoel Grandin2-0/+92
2023-06-06add unit test for loplugin:staticmethodsNoel Grandin1-0/+16
2023-06-05Adapt compilerplugins to Clang 17 trunk "Remove llvm::Optional"Stephan Bergmann10-45/+55
2023-06-04Remove unused starmathdatabase::Identify_Color_HTMLJulien Nabet1-2/+0
2023-06-03Remove unused SmStructureNode::SetSubNodesBinMo with plain pointers (starmath)Julien Nabet1-2/+0
2023-06-03Styles preview cache cleanup on exitSzymon Kłos1-2/+1
2023-06-03Styles preview widget should cache imagesSzymon Kłos1-0/+2