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