summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-12-03Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann2-0/+8
2017-12-01Move loplugin:fpcomparison to store/Stephan Bergmann1-0/+0
2017-11-25Use the canonical TemplateDeclStephan Bergmann1-0/+1
2017-11-24Clean up loplugin:unnecessaryparen blacklistStephan Bergmann3-8/+9
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin1-2/+4
2017-11-24Clarify that loplugin:unnecessaryparen doesn't want to warn about sizeofStephan Bergmann1-0/+3
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin2-1/+14
2017-11-23Make not warning about !! in loplugin:simplifybool consistentStephan Bergmann2-3/+61
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann2-3/+28
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin2-17/+53
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2-15/+1
2017-11-22loplugin:flatten look for large if statement at end of functionNoel Grandin2-22/+274
2017-11-22There appears to be no reason to ignore macros in these parts of...Stephan Bergmann1-22/+11
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-2/+8
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin2-17/+101
2017-11-20re-enable loplugin:useuniqueptrNoel Grandin1-1/+1
2017-11-17Make loplugin:casttovoid more resilient against macrosStephan Bergmann1-1/+1
2017-11-16Make checkIdenticalDefaultArguments more preciseStephan Bergmann2-0/+97
2017-11-16Avoid infinite loops in lopluginStephan Bergmann1-0/+1
2017-11-15Make checkIdenticalDefaultArguments more preciseStephan Bergmann3-16/+38
2017-11-14clang-format fixStephan Bergmann1-1/+6
2017-11-14Make checkIdenticalDefaultArguments more preciseStephan Bergmann2-15/+43
2017-11-14loplugin:flatten loosen conditionNoel Grandin2-9/+26
2017-11-13Fix typosAndrea Gelmini1-2/+2
2017-11-11loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann5-50/+125
2017-11-10loplugin:unnecessaryoverride: no warnings when fns are actually differentStephan Bergmann2-0/+21
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann1-3/+0
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann1-3/+0
2017-11-10loplugin:unusedmethods new analysisNoel Grandin2-0/+48
2017-11-10loplugin:unusedmethodsNoel Grandin2-90/+1
2017-11-10No need to check both (identical) param_size() and getNumParams()Stephan Bergmann1-2/+0
2017-11-09connectivity: fix loplugin:datamembershadow warning in the Calc driverMiklos Vajna1-2/+0
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin1-0/+8
2017-11-09loplugin:unusedfieldsNoel Grandin4-89/+110
2017-11-09No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann1-3/+0
2017-11-09new loplugin simplifydynamiccastNoel Grandin2-0/+150
2017-11-09loplugin:unnecessaryvirtualNoel Grandin1-37/+37
2017-11-08Fix loplugin::unusedvariablecheck check for std classesStephan Bergmann2-8/+31
2017-11-08Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STLStephan Bergmann1-7/+0
2017-11-08Fix loplugin:flatten's skipping of if/then/else/if chainsStephan Bergmann2-5/+45
2017-11-08Remove obsolete "lo_warn_unused" workaroundStephan Bergmann1-12/+0
2017-11-08Suppress loplugin:unnecessaryoverride...Stephan Bergmann2-7/+100
2017-11-07Remove obsolete commentStephan Bergmann1-1/+0
2017-11-07Avoid expensive calls to containsPreprocessingConditionalInclusionStephan Bergmann1-13/+14
2017-11-07loplugin:constparams in sdNoel Grandin1-0/+20
2017-11-07Clean away temporarily added using declarationsStephan Bergmann86-106/+160
2017-11-07Memoize ignoreLocation resultsStephan Bergmann4-67/+100
2017-11-02improve constparam lopluginNoel Grandin2-94/+165
2017-11-01-I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann2-2/+2
2017-10-30new loplugin: constmethodNoel Grandin2-0/+569