summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* TODO: silence new loplugin:badstatics for nowStephan Bergmann2017-11-291-0/+6
* loplugin:unusedmethodsNoel Grandin2017-11-292-210/+598
* Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann2017-11-281-3/+3
* Add back UnusedMethods::TraverseCXXDeductionGuideDecl, properly ifdef'edStephan Bergmann2017-11-281-0/+13
* fix loplugin unusedmethodsNoel Grandin2017-11-281-9/+0
* loplugin:unusedmethods ignore recursive callsNoel Grandin2017-11-281-1/+42
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-272-39/+84
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-272-2/+42
* 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