Age | Commit message (Expand) | Author |
2017-11-17 | Make loplugin:casttovoid more resilient against macros | Stephan Bergmann |
2017-11-16 | Make checkIdenticalDefaultArguments more precise | Stephan Bergmann |
2017-11-16 | Avoid infinite loops in loplugin | Stephan Bergmann |
2017-11-15 | Make checkIdenticalDefaultArguments more precise | Stephan Bergmann |
2017-11-14 | clang-format fix | Stephan Bergmann |
2017-11-14 | Make checkIdenticalDefaultArguments more precise | Stephan Bergmann |
2017-11-14 | loplugin:flatten loosen condition | Noel Grandin |
2017-11-13 | Fix typos | Andrea Gelmini |
2017-11-11 | loplugin:unnecessaryoverride: suppress warnings when default args differ | Stephan Bergmann |
2017-11-10 | loplugin:unnecessaryoverride: no warnings when fns are actually different | Stephan Bergmann |
2017-11-10 | No need to blacklist this loplugin:unnecessaryoverride | Stephan Bergmann |
2017-11-10 | No need to blacklist this loplugin:unnecessaryoverride | Stephan Bergmann |
2017-11-10 | loplugin:unusedmethods new analysis | Noel Grandin |
2017-11-10 | loplugin:unusedmethods | Noel Grandin |
2017-11-10 | No need to check both (identical) param_size() and getNumParams() | Stephan Bergmann |
2017-11-09 | connectivity: fix loplugin:datamembershadow warning in the Calc driver | Miklos Vajna |
2017-11-09 | loplugin:unusedvariable add some more std:: types | Noel Grandin |
2017-11-09 | loplugin:unusedfields | Noel Grandin |
2017-11-09 | No need to blacklist this loplugin:unnecessaryoverride | Stephan Bergmann |
2017-11-09 | new loplugin simplifydynamiccast | Noel Grandin |
2017-11-09 | loplugin:unnecessaryvirtual | Noel Grandin |
2017-11-08 | Fix loplugin::unusedvariablecheck check for std classes | Stephan Bergmann |
2017-11-08 | Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STL | Stephan Bergmann |
2017-11-08 | Fix loplugin:flatten's skipping of if/then/else/if chains | Stephan Bergmann |
2017-11-08 | Remove obsolete "lo_warn_unused" workaround | Stephan Bergmann |
2017-11-08 | Suppress loplugin:unnecessaryoverride... | Stephan Bergmann |
2017-11-07 | Remove obsolete comment | Stephan Bergmann |
2017-11-07 | Avoid expensive calls to containsPreprocessingConditionalInclusion | Stephan Bergmann |
2017-11-07 | loplugin:constparams in sd | Noel Grandin |
2017-11-07 | Clean away temporarily added using declarations | Stephan Bergmann |
2017-11-07 | Memoize ignoreLocation results | Stephan Bergmann |
2017-11-02 | improve constparam loplugin | Noel Grandin |
2017-11-01 | -I$(dir $(3)) in gb_CObject__command_pattern is no longer needed | Stephan Bergmann |
2017-10-30 | new loplugin: constmethod | Noel Grandin |
2017-10-27 | Adapt loplugin:includeform to Windows \ path separator | Stephan Bergmann |
2017-10-27 | revert small part of previous commit | Noel Grandin |
2017-10-27 | extract some common code for checking if a functions address was taken | Noel Grandin |
2017-10-27 | -Werror=unused-function | Stephan Bergmann |
2017-10-27 | loplugin:constantparam was not always using canonical location for function | Noel Grandin |
2017-10-27 | no need to build the parent tree twice | Noel Grandin |
2017-10-27 | rename loplugin::Plugin::parentStmt | Noel Grandin |
2017-10-26 | Make loplugin:implicitboolconversion find the same in C++17 and pre-C++17 | Stephan Bergmann |
2017-10-26 | Use compat::getSubExprAsWritten; clean up | Stephan Bergmann |
2017-10-26 | More loplugin:unnecessaryparen | Stephan Bergmann |
2017-10-25 | new loplugin:dodgyswitch | Noel Grandin |
2017-10-24 | loplugin:includeform | Stephan Bergmann |
2017-10-22 | loplugin:redundantcast: Do warn about convoluted dynamic_cast to self | Stephan Bergmann |
2017-10-22 | Make sure TypeCheck has a non-deleted default ctor | Stephan Bergmann |
2017-10-21 | loplugin:redundantcast handle dynamic_cast | Noel Grandin |
2017-10-21 | Avoid loplugin:faileddyncast for "unnecessary", up-casting dynamic_cast | Stephan Bergmann |