summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* lokdialog: Make the badstatic loplugin happy.Jan Holesovsky2018-03-191-0/+1
* tdf#114596 dbaccess: fix mysterious dataloss bugMichael Stahl2018-02-011-0/+4
* Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann2017-12-032-0/+8
* Move loplugin:fpcomparison to store/Stephan Bergmann2017-12-011-0/+0
* Use the canonical TemplateDeclStephan Bergmann2017-11-251-0/+1
* Clean up loplugin:unnecessaryparen blacklistStephan Bergmann2017-11-243-8/+9
* loplugin:countusersofdefaultparams in sw (1)Noel Grandin2017-11-241-2/+4
* Clarify that loplugin:unnecessaryparen doesn't want to warn about sizeofStephan Bergmann2017-11-241-0/+3
* loplugin:simplifybool can't invert conditions involving float typesNoel Grandin2017-11-232-1/+14
* Make not warning about !! in loplugin:simplifybool consistentStephan Bergmann2017-11-232-3/+61
* Make loplugin:unnecessaryparen look through implicitStephan Bergmann2017-11-232-3/+28
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-232-17/+53
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-222-15/+1
* loplugin:flatten look for large if statement at end of functionNoel Grandin2017-11-222-22/+274
* There appears to be no reason to ignore macros in these parts of...Stephan Bergmann2017-11-221-22/+11
* loplugin:simplifybool re-activate the !! warningNoel Grandin2017-11-221-2/+8
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-202-17/+101
* re-enable loplugin:useuniqueptrNoel Grandin2017-11-201-1/+1
* Make loplugin:casttovoid more resilient against macrosStephan Bergmann2017-11-171-1/+1
* Make checkIdenticalDefaultArguments more preciseStephan Bergmann2017-11-162-0/+97
* Avoid infinite loops in lopluginStephan Bergmann2017-11-161-0/+1
* Make checkIdenticalDefaultArguments more preciseStephan Bergmann2017-11-153-16/+38
* clang-format fixStephan Bergmann2017-11-141-1/+6
* Make checkIdenticalDefaultArguments more preciseStephan Bergmann2017-11-142-15/+43
* loplugin:flatten loosen conditionNoel Grandin2017-11-142-9/+26
* Fix typosAndrea Gelmini2017-11-131-2/+2
* loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann2017-11-115-50/+125
* loplugin:unnecessaryoverride: no warnings when fns are actually differentStephan Bergmann2017-11-102-0/+21
* No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann2017-11-101-3/+0
* No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann2017-11-101-3/+0
* loplugin:unusedmethods new analysisNoel Grandin2017-11-102-0/+48
* loplugin:unusedmethodsNoel Grandin2017-11-102-90/+1
* No need to check both (identical) param_size() and getNumParams()Stephan Bergmann2017-11-101-2/+0
* connectivity: fix loplugin:datamembershadow warning in the Calc driverMiklos Vajna2017-11-091-2/+0
* loplugin:unusedvariable add some more std:: typesNoel Grandin2017-11-091-0/+8
* loplugin:unusedfieldsNoel Grandin2017-11-094-89/+110
* No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann2017-11-091-3/+0
* new loplugin simplifydynamiccastNoel Grandin2017-11-092-0/+150
* loplugin:unnecessaryvirtualNoel Grandin2017-11-091-37/+37
* Fix loplugin::unusedvariablecheck check for std classesStephan Bergmann2017-11-082-8/+31
* Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STLStephan Bergmann2017-11-081-7/+0
* Fix loplugin:flatten's skipping of if/then/else/if chainsStephan Bergmann2017-11-082-5/+45
* Remove obsolete "lo_warn_unused" workaroundStephan Bergmann2017-11-081-12/+0
* Suppress loplugin:unnecessaryoverride...Stephan Bergmann2017-11-082-7/+100
* Remove obsolete commentStephan Bergmann2017-11-071-1/+0
* Avoid expensive calls to containsPreprocessingConditionalInclusionStephan Bergmann2017-11-071-13/+14
* loplugin:constparams in sdNoel Grandin2017-11-071-0/+20
* Clean away temporarily added using declarationsStephan Bergmann2017-11-0786-106/+160
* Memoize ignoreLocation resultsStephan Bergmann2017-11-074-67/+100
* improve constparam lopluginNoel Grandin2017-11-022-94/+165