summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2023-08-08loplugin:unnecessarygetstr fix false +Noel Grandin
2023-08-04Avoid "function 'testDynamicCast()::S1::~S1' has internal linkage...Stephan Bergmann
2023-08-03move SwVirtPageNumInfo to SfxHintBjoern Michaelsen
2023-07-31loplugin:stringconstant: Catch some O[U]String::getStr anti-patternsStephan Bergmann
2023-07-27vcl gtk3: Introduce AT-SPI2 tests for the GTK3 accessibility layerColomban Wendling
2023-07-25loplugin:unusedfieldsNoel Grandin
2023-07-23Drop --enable-float-device-pixel configure optionKhaled Hosny
2023-07-21loplugin:unusedmethodsNoel Grandin
2023-07-21loplugin:unusedfieldsNoel Grandin
2023-07-21loplugin:redundantcast small improvementNoel Grandin
2023-07-05loplugin:unusedenumconstantsNoel Grandin
2023-07-04loplugin:unusedvarsglobalNoel Grandin
2023-06-30loplugin:unusedmethodsNoel Grandin
2023-06-29loplugin:unusedmethodsNoel Grandin
2023-06-29loplugin:unusedfields make it a little smarterNoel Grandin
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-06add unit test for loplugin:staticmethodsNoel Grandin
2023-06-05Adapt compilerplugins to Clang 17 trunk "Remove llvm::Optional"Stephan Bergmann
2023-06-04Remove unused starmathdatabase::Identify_Color_HTMLJulien Nabet
2023-06-03Remove unused SmStructureNode::SetSubNodesBinMo with plain pointers (starmath)Julien Nabet
2023-06-03Styles preview cache cleanup on exitSzymon Kłos
2023-06-03Styles preview widget should cache imagesSzymon Kłos
2023-05-20loplugin:unusedmethodsNoel Grandin
2023-05-19loplugin:unnecessaryvirtualNoel Grandin
2023-05-19loplugin:virtualdeadNoel Grandin
2023-05-09merge GalleryFileStorage with GalleryBinaryEngineNoel Grandin
2023-05-09merge GalleryFileStorageEntry with GalleryBinaryEngineEntryNoel Grandin
2023-05-09merge GalleryStorageLocations with GalleryBinaryStorageLocationsNoel Grandin
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin
2023-05-05Adapt loplugin:unnecessarygetstr to libc++Stephan Bergmann
2023-05-04Adapt loplugin:randedforcopy to libc++ std::vector<bool>Stephan Bergmann
2023-05-01replace SwFrameFormats with sw::FrameFormats<SwFrameFormat*>Bjoern Michaelsen
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin
2023-04-21loplugin:unnecessarygetstr extend to checking std::string::c_strNoel Grandin
2023-04-17loplugin:stringadd: Adapt O[U]StringBuffer ctor detection for WindowsStephan Bergmann
2023-04-17Adapt expected diagnostics to WindowsStephan Bergmann
2023-04-14loplugin:stringviewparam improvementsNoel Grandin
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin
2023-04-12loplugin:stringview and stringviewparam, whitelist equalsAsciiLNoel Grandin
2023-04-11loplugin:unnecessarygetstr check for OUString::number facilitiesNoel Grandin
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski
2023-04-09new loplugin:unnecessarygetstrNoel Grandin
2023-04-06loplugin:stringadd also check O[U]StringBuffersNoel Grandin
2023-04-05Adapt expected test output to recent ClangStephan Bergmann
2023-04-05Simplify O(U)String::number implementationMike Kaganski
2023-03-23loplugin:stringview: Constructing O[U]String from O[U]StringLiteral is cheapStephan Bergmann
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin
2023-03-17loplugin:rangedforcopy: Assume non-reference structured binding is intentionalStephan Bergmann