summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/singlevalfields.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
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin1-6/+40
2018-12-05loplugin:singlevalfields add checking for static class fieldsNoel Grandin1-22/+82
2018-11-27add EvaluateAsInt compat function for latest clangNoel Grandin1-1/+1
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann1-4/+0
2018-11-14"oh dear, what can the matter be?"Stephan Bergmann1-1/+1
2018-11-13loplugin singlevalfields improvementNoel Grandin1-85/+30
2018-10-26loplugin:singlevalfields improvementNoel Grandin1-23/+37
2018-10-22loplugin:singlevalfields look for fields that can be boolNoel Grandin1-1/+3
2018-10-17loplugin:singlevalfieldsNoel Grandin1-3/+34
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-1/+1
2018-04-23loplugin:singlevalfields improve unaryoperatorNoel Grandin1-2/+2
2018-04-10put the loplugin output files in the workdirNoel Grandin1-1/+1
2018-02-02loplugin:singlevalfieldsNoel Grandin1-7/+1
2018-01-03loplugin:singlevalfields improve copy constructor checkNoel Grandin1-4/+10
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann1-4/+3
2017-11-30some global loplugin improvementsNoel Grandin1-6/+8
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-2/+3
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin1-5/+5
2017-06-20reformat some loplugin codeNoel Grandin1-2/+2
2017-04-06loplugin:singlevalfieldsNoel Grandin1-9/+4
2017-03-28fixes for some lopluginsNoel Grandin1-1/+1
2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin1-0/+1
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin1-1/+3
2016-09-12handle nullptr in various clang pluginsNoel Grandin1-0/+3
2016-07-25loplugins: more consistent naming of output filesNoel Grandin1-1/+1
2016-06-28Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann1-3/+3
2016-06-28loplugin: move parentFunctionDecl() into common codeNoel Grandin1-30/+3
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-2/+87
2016-06-27check for field being returned by non-const refNoel Grandin1-3/+17
2016-06-26dont ignore destructorsNoel Grandin1-2/+1
2016-06-24teach singlevalfields loplugin about function pointersNoel Grandin1-27/+58
2016-06-23loplugin singlevalfields, need to check default constructor code tooNoel Grandin1-0/+2
2016-06-23-Werror=unused-functionStephan Bergmann1-27/+0
2016-06-23-Werror=unused-but-set-variableStephan Bergmann1-4/+0
2016-06-23new loplugin: singlevalfieldsNoel Grandin1-0/+411