summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel2-55/+151
2021-02-18Move GIF writer from filter module into VCLTomaž Vajngerl1-3/+0
2021-02-12loplugin:refcounting check for calling deleteNoel2-0/+33
2021-02-11loplugin:refcounting generalise type checkingNoel2-68/+112
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann2-2/+13
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel2-41/+115
2021-02-09loplugin:referencecasting check for Reference::queryNoel2-0/+100
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2-4/+0
2021-02-05Make loplugin:cppunitassetequals diagnostic more informativeStephan Bergmann2-16/+17
2021-02-03Clean up SmColorTokenTableEntrydante1-6/+0
2021-02-02Avoid --disable-assert-always-abort loplugin:stringviewparam false positivesStephan Bergmann2-0/+6
2021-02-02loplugin:redundantcast catch more dynamic_castNoel2-7/+35
2021-01-29loplugin:stringviewparam extend to new..Noel2-1/+41
2021-01-28add string_view variants of methods to O[U]StringBufferNoel2-3/+92
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann2-6/+17
2021-01-26Adapt loplugin:stringconstant to many functions taking string_view args nowStephan Bergmann2-0/+11
2021-01-25clang/constfieldsrewrite.cxx: Remove duped linesDr. David Alan Gilbert1-3/+0
2021-01-22improve loplugin:pointerboolNoel2-0/+51
2021-01-21Use C++20 consteval for the Color(sal_uInt32) ctorStephan Bergmann1-1/+1
2021-01-20Build compilerplugings code with -fvisibility-inlines-hiddenStephan Bergmann1-1/+1
2021-01-20Improve loplugin:doubleconvertStephan Bergmann3-12/+25
2021-01-19loplugin:unusedmethodsNoel1-135/+193
2021-01-18Mathml gets it's own directorydante2-2/+2
2021-01-16make the Color constructors explicitly specify transparencyNoel1-0/+95
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara2-2/+5
2021-01-12Avoid loplugin:stringviewparam when there already is a string_view overloadStephan Bergmann2-0/+67
2021-01-06loplugin:unusedfieldsNoel4-126/+132
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-0/+8
2021-01-03Bump copyright year to 2021Adolfo Jayme Barrientos1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+3
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-32/+7
2020-12-26Cleanups after vcl/bitmapaccess.hxx splittingIlmari Lauhakangas1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann2-0/+284
2020-12-23Don't call isIntegerConstantExpr on value dependent ExprStephan Bergmann2-2/+5
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann1-5/+4
2020-12-19Related tdf#138715: kill last Mork refsJulien Nabet1-2/+0
2020-12-17Various minor loplugin fixes (macOS ARM64), reduxStephan Bergmann1-1/+1
2020-12-14tdf#138715 remove mork strings and install targetsJan-Marek Glogowski2-4/+0
2020-12-14loplugin:unusedenumconstantsNoel3-4185/+1361
2020-12-14loplugin:singlevalfieldsNoel2-222/+168
2020-12-14loplugin:unusedfieldsNoel3-27/+15
2020-12-14loplugin:unusedmethodsNoel1-202/+108
2020-12-14loplugin:unnecessaryvirtualNoel1-15/+9
2020-12-14loplugin:unusedfieldsNoel4-100/+80
2020-12-13tdf#138715 remove mork driverRene Engelhard5-24/+0
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-9/+27
2020-12-09Fix loplugin:stringviewparam handling of comparison operatorsStephan Bergmann2-20/+44
2020-12-09Improve loplugin:stringview diagnostic messagesStephan Bergmann2-4/+9
2020-12-08loplugin:singlevalfields update to python3Noel2-4/+15
2020-12-07loplugin:unusedmethodsNoel1-176/+250