summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* -I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann2017-11-012-2/+2
* new loplugin: constmethodNoel Grandin2017-10-302-0/+569
* Adapt loplugin:includeform to Windows \ path separatorStephan Bergmann2017-10-273-13/+35
* revert small part of previous commitNoel Grandin2017-10-271-3/+2
* extract some common code for checking if a functions address was takenNoel Grandin2017-10-274-106/+138
* -Werror=unused-functionStephan Bergmann2017-10-271-67/+0
* loplugin:constantparam was not always using canonical location for functionNoel Grandin2017-10-271-5/+4
* no need to build the parent tree twiceNoel Grandin2017-10-272-21/+8
* rename loplugin::Plugin::parentStmtNoel Grandin2017-10-2712-24/+24
* Make loplugin:implicitboolconversion find the same in C++17 and pre-C++17Stephan Bergmann2017-10-261-0/+26
* Use compat::getSubExprAsWritten; clean upStephan Bergmann2017-10-261-19/+20
* More loplugin:unnecessaryparenStephan Bergmann2017-10-261-10/+30
* new loplugin:dodgyswitchNoel Grandin2017-10-252-0/+107
* loplugin:includeformStephan Bergmann2017-10-242-0/+104
* loplugin:redundantcast: Do warn about convoluted dynamic_cast to selfStephan Bergmann2017-10-222-9/+0
* Make sure TypeCheck has a non-deleted default ctorStephan Bergmann2017-10-221-1/+1
* loplugin:redundantcast handle dynamic_castNoel Grandin2017-10-212-0/+44
* Avoid loplugin:faileddyncast for "unnecessary", up-casting dynamic_castStephan Bergmann2017-10-212-0/+27
* Fully ignore inappropriately named loplugins in unit-test modeStephan Bergmann2017-10-202-5/+7
* rename some fieldsNoel Grandin2017-10-181-9/+8
* loplugin:manualrefcountNoel Grandin2017-10-181-0/+323
* Move lotuswordpro include files to common include directoryStephan Bergmann2017-10-171-2/+2
* loplugin:finalclasses trim the output a littleNoel Grandin2017-10-171-1/+7