summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-20loplugin:unusedmethodsNoel Grandin2-491/+733
2023-05-19loplugin:unnecessaryvirtualNoel Grandin2-32/+44
2023-05-19loplugin:virtualdeadNoel Grandin2-18/+27
2023-05-09merge GalleryFileStorage with GalleryBinaryEngineNoel Grandin1-1/+0
2023-05-09merge GalleryFileStorageEntry with GalleryBinaryEngineEntryNoel Grandin1-1/+0
2023-05-09merge GalleryStorageLocations with GalleryBinaryStorageLocationsNoel Grandin1-1/+0
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin4-4/+20
2023-05-05Adapt loplugin:unnecessarygetstr to libc++Stephan Bergmann1-1/+1
2023-05-04Adapt loplugin:randedforcopy to libc++ std::vector<bool>Stephan Bergmann2-0/+20
2023-05-01replace SwFrameFormats with sw::FrameFormats<SwFrameFormat*>Bjoern Michaelsen1-6/+0
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin2-60/+76
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin2-26/+55
2023-04-21loplugin:unnecessarygetstr extend to checking std::string::c_strNoel Grandin2-12/+45
2023-04-17loplugin:stringadd: Adapt O[U]StringBuffer ctor detection for WindowsStephan Bergmann2-4/+25
2023-04-17Adapt expected diagnostics to WindowsStephan Bergmann1-2/+2
2023-04-14loplugin:stringviewparam improvementsNoel Grandin1-6/+5
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-11/+5
2023-04-12loplugin:stringview and stringviewparam, whitelist equalsAsciiLNoel Grandin2-2/+3
2023-04-11loplugin:unnecessarygetstr check for OUString::number facilitiesNoel Grandin2-2/+12
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-2/+2
2023-04-09new loplugin:unnecessarygetstrNoel Grandin2-0/+177
2023-04-06loplugin:stringadd also check O[U]StringBuffersNoel Grandin5-70/+179
2023-04-05Adapt expected test output to recent ClangStephan Bergmann1-2/+2
2023-04-05Simplify O(U)String::number implementationMike Kaganski2-5/+3
2023-03-23loplugin:stringview: Constructing O[U]String from O[U]StringLiteral is cheapStephan Bergmann2-16/+1
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin1-8/+0
2023-03-17loplugin:rangedforcopy: Assume non-reference structured binding is intentionalStephan Bergmann2-0/+35
2023-03-17Avoid loplugin:unusedmember crash for templated offsetofStephan Bergmann2-0/+33
2023-03-16Prepare compilerplugins for C++23 `if consteval`Stephan Bergmann3-13/+25
2023-03-16Remove empty commentStephan Bergmann1-1/+0
2023-03-16Adapt loplugin:implicitboolconversion to _G_STR_NONNULLStephan Bergmann1-5/+25
2023-03-10improve loplugin:unnecessarylockingNoel Grandin2-49/+199
2023-03-09Fix typoAndrea Gelmini1-1/+1
2023-03-08new loplugin:unique2optionalNoel Grandin1-0/+264
2023-03-06The mentioned bug is fixed in Clang 17 trunk nowStephan Bergmann1-4/+6
2023-03-02Record loplugin:unreffun false positive caused by a Clang bugStephan Bergmann2-0/+18
2023-02-28Remove compilerplugins/clang/test/cppunitassertequals.hxxStephan Bergmann2-24/+5
2023-02-28Extend loplugin:cppunitassertequals to CPPUNIT_ASSERT_LESS etc.Stephan Bergmann2-1/+58
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann2-2/+24
2023-02-15clean up SwRefMarkFieldUpdate a bitBjoern Michaelsen1-2/+0
2023-02-03Fix misuse of TagDecl::hasDefinitionStephan Bergmann1-1/+1
2023-01-31loplugin:unusedfieldsNoel Grandin4-232/+250
2023-01-30loplugin:virtualdeadNoel Grandin2-15/+48
2023-01-30Missing include for llvm::OptionalStephan Bergmann6-0/+9