summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-07loplugin:unusedfieldsNoel4-208/+206
2020-12-07loplugin:unnecessaryvirtualNoel2-57/+51
2020-12-07Ignore unparsed function template bodies in loplugin:unusedvariablecheckStephan Bergmann1-1/+1
2020-12-04call createFastChildContextFallback in more placesNoel Grandin1-0/+3
2020-12-04Improve loplugin:stringview detection of unnecessary O[U]String constructionStephan Bergmann4-8/+121
2020-12-03Replace unowinreg.dll with execution of `reg QUERY`Stephan Bergmann1-2/+0
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-2/+23
2020-11-29loplugin:toolslong: Exclude some Windows-specific filesStephan Bergmann1-1/+14
2020-11-29loplugin:toolslong: Don't warn about virtual functions at allStephan Bergmann1-5/+17
2020-11-29Avoid loplugin:toolslong in system header macrosStephan Bergmann1-0/+6
2020-11-25Ignore unparsed function template bodies in loplugin:stringviewparamStephan Bergmann1-0/+4
2020-11-24tdf#138194 Chart OOXML import: set text break to trueTünde Tóth1-4/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-8/+39
2020-11-22tdf#123936 Formatting files in module compilerplugins with clang-formatPhilipp Hofer8-78/+72
2020-11-19Simplify loplugin:stringviewStephan Bergmann1-96/+44
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann2-0/+42
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann1-4/+0
2020-11-17loplugin:stringviewparam extend to constructorsNoel1-1/+41
2020-11-17loplugin:stringviewparam check methods tooNoel1-0/+53
2020-11-16Adapt to Clang 12 trunk cosmetic diagnostics changesStephan Bergmann2-7/+7
2020-11-15Extend loplugin:stringviewparen: subViewStephan Bergmann1-1/+1
2020-11-13fix some tools::Long falloutNoel Grandin1-0/+2
2020-11-13improve sorting in global-analysis pluginsNoel12-25/+73