summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unnecessaryoverride.cxx
AgeCommit message (Expand)Author
2020-02-03Silence loplugin:unnecessaryoverride in WinSalInstance::GetBackendCapabilitiesStephan Bergmann
2020-01-27disable 32bpp bitmap usage for Skia againLuboš Luňák
2019-10-08better name for a function in compilerpluginsLuboš Luňák
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin
2018-08-23filter out AST in more pluginsNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-07-31loplugin:unnecessaryoverride small improvementNoel Grandin
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl
2018-03-27Let prefix arguments to hasPathnamePrefix end in slashStephan Bergmann
2017-12-29loplugin:unnecessaryoverride fix for changing accessNoel Grandin
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann
2017-11-15Make checkIdenticalDefaultArguments more preciseStephan Bergmann
2017-11-11loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann
2017-11-10loplugin:unnecessaryoverride: no warnings when fns are actually differentStephan Bergmann
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann
2017-11-10No need to check both (identical) param_size() and getNumParams()Stephan Bergmann
2017-11-09No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann
2017-11-08Suppress loplugin:unnecessaryoverride...Stephan Bergmann
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-09-29Adapt loplugins to clang-cl's (implicit) -fdelayed-template-parsingStephan Bergmann
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann
2017-03-13Minor loplugin:unnecessaryoverride improvementStephan Bergmann
2017-03-13Fix loplugin:unnecessaryoverrideStephan Bergmann
2017-01-27improve "unnecessary user-declared destructor" checkNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors)Stephan Bergmann
2016-11-14CXXDestructorDecl is already handledStephan Bergmann
2016-11-01disable this chunk of loplugin code on clang < 3.8Noel Grandin
2016-10-31No good reason for dbaccess::OCacheSet::updateRow to be pure?Stephan Bergmann
2016-10-31fix unnecessaryoverride clang plugin on clang < 3.8Noel Grandin
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-13loplugin:unnecessaryoverrideNoel Grandin
2016-07-19improve unnecessaryoverride pluginNoel Grandin
2016-07-18Adapt to older Clang that don't have CompoundStmt::body_frontStephan Bergmann
2016-07-15Improve loplugin:unnecessaryoverrideStephan Bergmann
2016-07-15new loplugin unnecessary overrideNoel Grandin