summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/unnecessaryoverride.cxx
Commit message (Expand)AuthorAgeFilesLines
* make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák2019-03-121-12/+21
* loplugin:unnecessaryoverride look for more patternsNoel Grandin2019-02-271-50/+98
* filter out AST in more pluginsNoel Grandin2018-08-231-2/+2
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-1/+1
* loplugin:unnecessaryoverride small improvementNoel Grandin2018-07-311-7/+21
* compilerplugins: try to make these work with icecreamMichael Stahl2018-07-061-3/+3
* Let prefix arguments to hasPathnamePrefix end in slashStephan Bergmann2018-03-271-1/+1
* loplugin:unnecessaryoverride fix for changing accessNoel Grandin2017-12-291-1/+6
* Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann2017-12-191-16/+6
* Make checkIdenticalDefaultArguments more preciseStephan Bergmann2017-11-151-4/+11
* loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann2017-11-111-3/+13
* loplugin:unnecessaryoverride: no warnings when fns are actually differentStephan Bergmann2017-11-101-0/+9
* No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann2017-11-101-3/+0
* No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann2017-11-101-3/+0
* No need to check both (identical) param_size() and getNumParams()Stephan Bergmann2017-11-101-2/+0
* No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann2017-11-091-3/+0
* Suppress loplugin:unnecessaryoverride...Stephan Bergmann2017-11-081-7/+52
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-1/+1
* Adapt loplugins to clang-cl's (implicit) -fdelayed-template-parsingStephan Bergmann2017-09-291-2/+6
* Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann2017-05-181-14/+14
* Minor loplugin:unnecessaryoverride improvementStephan Bergmann2017-03-131-10/+8
* Fix loplugin:unnecessaryoverrideStephan Bergmann2017-03-131-0/+4
* improve "unnecessary user-declared destructor" checkNoel Grandin2017-01-271-10/+47
* loplugin:unnecessaryoverride (dtors)Stephan Bergmann2016-12-051-2/+82
* CXXDestructorDecl is already handledStephan Bergmann2016-11-141-3/+0
* disable this chunk of loplugin code on clang < 3.8Noel Grandin2016-11-011-8/+4
* No good reason for dbaccess::OCacheSet::updateRow to be pure?Stephan Bergmann2016-10-311-2/+1
* fix unnecessaryoverride clang plugin on clang < 3.8Noel Grandin2016-10-311-0/+8
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-281-7/+86
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-45/+79
* improve unnecessaryoverride pluginNoel Grandin2016-07-191-1/+8
* Adapt to older Clang that don't have CompoundStmt::body_frontStephan Bergmann2016-07-181-1/+1
* Improve loplugin:unnecessaryoverrideStephan Bergmann2016-07-151-7/+55
* new loplugin unnecessary overrideNoel Grandin2016-07-151-0/+114