summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2021-02-082-4/+0
* Make loplugin:cppunitassetequals diagnostic more informativeStephan Bergmann2021-02-052-16/+17
* Clean up SmColorTokenTableEntrydante2021-02-031-6/+0
* Avoid --disable-assert-always-abort loplugin:stringviewparam false positivesStephan Bergmann2021-02-022-0/+6
* loplugin:redundantcast catch more dynamic_castNoel2021-02-022-7/+35
* loplugin:stringviewparam extend to new..Noel2021-01-292-1/+41
* add string_view variants of methods to O[U]StringBufferNoel2021-01-282-3/+92
* Improve loplugin:stringliteralvarStephan Bergmann2021-01-272-6/+17
* Adapt loplugin:stringconstant to many functions taking string_view args nowStephan Bergmann2021-01-262-0/+11
* clang/constfieldsrewrite.cxx: Remove duped linesDr. David Alan Gilbert2021-01-251-3/+0
* improve loplugin:pointerboolNoel2021-01-222-0/+51
* Use C++20 consteval for the Color(sal_uInt32) ctorStephan Bergmann2021-01-211-1/+1
* Build compilerplugings code with -fvisibility-inlines-hiddenStephan Bergmann2021-01-201-1/+1
* Improve loplugin:doubleconvertStephan Bergmann2021-01-203-12/+25
* loplugin:unusedmethodsNoel2021-01-191-135/+193
* Mathml gets it's own directorydante2021-01-182-2/+2
* make the Color constructors explicitly specify transparencyNoel2021-01-161-0/+95
* cid#1471346 Uncaught exceptionCaolán McNamara2021-01-142-2/+5
* Avoid loplugin:stringviewparam when there already is a string_view overloadStephan Bergmann2021-01-122-0/+67
* loplugin:unusedfieldsNoel2021-01-064-126/+132
* loplugin:stringviewparam: operator +=Stephan Bergmann2021-01-041-0/+8
* Bump copyright year to 2021Adolfo Jayme Barrientos2021-01-031-1/+1
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-291-2/+3
* Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann2020-12-271-32/+7
* Cleanups after vcl/bitmapaccess.hxx splittingIlmari Lauhakangas2020-12-261-1/+1
* New loplugin:stringliteralvarStephan Bergmann2020-12-262-0/+284
* Don't call isIntegerConstantExpr on value dependent ExprStephan Bergmann2020-12-232-2/+5
* No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann2020-12-201-5/+4
* Related tdf#138715: kill last Mork refsJulien Nabet2020-12-191-2/+0
* Various minor loplugin fixes (macOS ARM64), reduxStephan Bergmann2020-12-171-1/+1
* tdf#138715 remove mork strings and install targetsJan-Marek Glogowski2020-12-142-4/+0
* loplugin:unusedenumconstantsNoel2020-12-143-4185/+1361
* loplugin:singlevalfieldsNoel2020-12-142-222/+168
* loplugin:unusedfieldsNoel2020-12-143-27/+15
* loplugin:unusedmethodsNoel2020-12-141-202/+108
* loplugin:unnecessaryvirtualNoel2020-12-141-15/+9
* loplugin:unusedfieldsNoel2020-12-144-100/+80
* tdf#138715 remove mork driverRene Engelhard2020-12-135-24/+0
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-9/+27
* Fix loplugin:stringviewparam handling of comparison operatorsStephan Bergmann2020-12-092-20/+44
* Improve loplugin:stringview diagnostic messagesStephan Bergmann2020-12-092-4/+9
* loplugin:singlevalfields update to python3Noel2020-12-082-4/+15
* loplugin:unusedmethodsNoel2020-12-071-176/+250
* loplugin:unusedfieldsNoel2020-12-074-208/+206
* loplugin:unnecessaryvirtualNoel2020-12-072-57/+51
* Ignore unparsed function template bodies in loplugin:unusedvariablecheckStephan Bergmann2020-12-071-1/+1
* call createFastChildContextFallback in more placesNoel Grandin2020-12-041-0/+3
* Improve loplugin:stringview detection of unnecessary O[U]String constructionStephan Bergmann2020-12-044-8/+121
* Replace unowinreg.dll with execution of `reg QUERY`Stephan Bergmann2020-12-031-2/+0
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-302-2/+23