summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-27Adapt loplugin:includeform to Windows \ path separatorStephan Bergmann3-13/+35
2017-10-27revert small part of previous commitNoel Grandin1-3/+2
2017-10-27extract some common code for checking if a functions address was takenNoel Grandin4-106/+138
2017-10-27-Werror=unused-functionStephan Bergmann1-67/+0
2017-10-27loplugin:constantparam was not always using canonical location for functionNoel Grandin1-5/+4
2017-10-27no need to build the parent tree twiceNoel Grandin2-21/+8
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin12-24/+24
2017-10-26Make loplugin:implicitboolconversion find the same in C++17 and pre-C++17Stephan Bergmann1-0/+26
2017-10-26Use compat::getSubExprAsWritten; clean upStephan Bergmann1-19/+20
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-10/+30
2017-10-25new loplugin:dodgyswitchNoel Grandin2-0/+107
2017-10-24loplugin:includeformStephan Bergmann2-0/+104
2017-10-22loplugin:redundantcast: Do warn about convoluted dynamic_cast to selfStephan Bergmann2-9/+0
2017-10-22Make sure TypeCheck has a non-deleted default ctorStephan Bergmann1-1/+1