summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2018-03-19lokdialog: Make the badstatic loplugin happy.Jan Holesovsky
2018-02-01tdf#114596 dbaccess: fix mysterious dataloss bugMichael Stahl
2017-12-03Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann
2017-12-01Move loplugin:fpcomparison to store/Stephan Bergmann
2017-11-25Use the canonical TemplateDeclStephan Bergmann
2017-11-24Clean up loplugin:unnecessaryparen blacklistStephan Bergmann
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin
2017-11-24Clarify that loplugin:unnecessaryparen doesn't want to warn about sizeofStephan Bergmann
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin
2017-11-23Make not warning about !! in loplugin:simplifybool consistentStephan Bergmann
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-22loplugin:flatten look for large if statement at end of functionNoel Grandin
2017-11-22There appears to be no reason to ignore macros in these parts of...Stephan Bergmann
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-20re-enable loplugin:useuniqueptrNoel Grandin
2017-11-17Make loplugin:casttovoid more resilient against macrosStephan Bergmann
2017-11-16Make checkIdenticalDefaultArguments more preciseStephan Bergmann
2017-11-16Avoid infinite loops in lopluginStephan Bergmann
2017-11-15Make checkIdenticalDefaultArguments more preciseStephan Bergmann
2017-11-14clang-format fixStephan Bergmann
2017-11-14Make checkIdenticalDefaultArguments more preciseStephan Bergmann
2017-11-14loplugin:flatten loosen conditionNoel Grandin
2017-11-13Fix typosAndrea Gelmini
2017-11-11loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann
2017-11-10loplugin:unnecessaryoverride: no warnings when fns are actually differentStephan Bergmann
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann
2017-11-10loplugin:unusedmethods new analysisNoel Grandin
2017-11-10loplugin:unusedmethodsNoel Grandin
2017-11-10No need to check both (identical) param_size() and getNumParams()Stephan Bergmann
2017-11-09connectivity: fix loplugin:datamembershadow warning in the Calc driverMiklos Vajna
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin
2017-11-09loplugin:unusedfieldsNoel Grandin
2017-11-09No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann
2017-11-09new loplugin simplifydynamiccastNoel Grandin
2017-11-09loplugin:unnecessaryvirtualNoel Grandin
2017-11-08Fix loplugin::unusedvariablecheck check for std classesStephan Bergmann
2017-11-08Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STLStephan Bergmann
2017-11-08Fix loplugin:flatten's skipping of if/then/else/if chainsStephan Bergmann
2017-11-08Remove obsolete "lo_warn_unused" workaroundStephan Bergmann
2017-11-08Suppress loplugin:unnecessaryoverride...Stephan Bergmann
2017-11-07Remove obsolete commentStephan Bergmann
2017-11-07Avoid expensive calls to containsPreprocessingConditionalInclusionStephan Bergmann
2017-11-07loplugin:constparams in sdNoel Grandin
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-11-07Memoize ignoreLocation resultsStephan Bergmann
2017-11-02improve constparam lopluginNoel Grandin