summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedmethods.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-08better name for a function in compilerpluginsLuboš Luňák1-1/+1
2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák1-1/+1
2019-05-03Fix building compilerplugins with Clang trunk towards Clang 9Stephan Bergmann1-0/+2
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann1-6/+2
2018-09-21new loplugin:methodcyclesNoel Grandin1-4/+9
2018-09-11fix loplugin:unusedmethodsNoel Grandin1-2/+2
2018-08-14filter out some of the AST in the pluginsNoel Grandin1-2/+2
2018-04-10put the loplugin output files in the workdirNoel Grandin1-1/+1
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann1-5/+2
2017-11-30some global loplugin improvementsNoel Grandin1-2/+10
2017-11-28Add back UnusedMethods::TraverseCXXDeductionGuideDecl, properly ifdef'edStephan Bergmann1-0/+13
2017-11-28fix loplugin unusedmethodsNoel Grandin1-9/+0
2017-11-28loplugin:unusedmethods ignore recursive callsNoel Grandin1-1/+42
2017-11-10loplugin:unusedmethods new analysisNoel Grandin1-0/+15
2017-11-10loplugin:unusedmethodsNoel Grandin1-4/+0
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-2/+3
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin1-3/+3
2017-06-20reformat some loplugin codeNoel Grandin1-2/+2
2016-11-22can-be-private analysis needs to ignore virtual methodsNoel Grandin1-9/+25
2016-11-16update couple of loplugins for move constructorsNoel Grandin1-1/+3
2016-10-18-Werror=unused-functionStephan Bergmann1-27/+0
2016-10-18loplugins: extract some common functionalityNoel Grandin1-3/+2
2016-10-18some cleanups to the unusedmethods lopluginNoel Grandin1-42/+39
2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin1-0/+1
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin1-1/+3
2016-07-25loplugins: more consistent naming of output filesNoel Grandin1-2/+2
2016-06-28Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann1-1/+4
2016-06-28loplugin: move parentFunctionDecl() into common codeNoel Grandin1-30/+3
2016-06-24Adpat to <https://llvm.org/svn/llvm-project/cfe/trunk@273647>Stephan Bergmann1-2/+2
2016-06-02I assume these special plugins were not intended to be enabled unconditionallyStephan Bergmann1-1/+1
2016-06-01remove unused SID constants and associated codeNoel Grandin1-1/+1
2016-05-18update unusedmethods plugin to ignore externC and copy constructorsNoel Grandin1-2/+8
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-8/+25
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann1-1/+1
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin1-10/+4
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-01new loplugin to find public methods that can be privateNoel Grandin1-16/+78
2016-01-18loplugin: unused return valuesNoel Grandin1-0/+2
2016-01-11update unusedmethods loplugin to update unused return valuesNoel Grandin1-6/+32
2015-12-21loplugin:unusedmethodsNoel Grandin1-1/+1
2015-10-27loplugin:unusedmethodsNoel Grandin1-1/+1
2015-10-27loplugin:unusedmethodsNoel Grandin1-92/+1
2015-10-06loplugin:unusedmethodsNoel Grandin1-63/+82
2015-10-01loplugin:unusedmethodsNoel Grandin1-21/+74
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-5/+3
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+1
2015-07-24loplugin:unusedmethodsNoel Grandin1-20/+14
2015-07-22loplugin:unusedmethods scNoel Grandin1-3/+21
2015-07-21fix my previous commitNoel Grandin1-1/+1
2015-07-21workaround clang-3.5 issue in unusedmethods lopluginNoel Grandin1-1/+3