summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/singlevalfields.cxx
AgeCommit message (Expand)Author
2020-05-25Adapt to changed clang::ASTContext::getParents behavior on Clang 11 trunkStephan Bergmann
2020-01-29Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann
2020-01-27Adapt to Clang 11 move of DynTypedNodeListStephan Bergmann
2019-10-08better name for a function in compilerpluginsLuboš Luňák
2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-12-05loplugin:singlevalfields add checking for static class fieldsNoel Grandin
2018-11-27add EvaluateAsInt compat function for latest clangNoel Grandin
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann
2018-11-14"oh dear, what can the matter be?"Stephan Bergmann
2018-11-13loplugin singlevalfields improvementNoel Grandin
2018-10-26loplugin:singlevalfields improvementNoel Grandin
2018-10-22loplugin:singlevalfields look for fields that can be boolNoel Grandin
2018-10-17loplugin:singlevalfieldsNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-04-23loplugin:singlevalfields improve unaryoperatorNoel Grandin
2018-04-10put the loplugin output files in the workdirNoel Grandin
2018-02-02loplugin:singlevalfieldsNoel Grandin
2018-01-03loplugin:singlevalfields improve copy constructor checkNoel Grandin
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann
2017-11-30some global loplugin improvementsNoel Grandin
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin
2017-06-20reformat some loplugin codeNoel Grandin
2017-04-06loplugin:singlevalfieldsNoel Grandin
2017-03-28fixes for some lopluginsNoel Grandin
2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin
2016-09-12handle nullptr in various clang pluginsNoel Grandin
2016-07-25loplugins: more consistent naming of output filesNoel Grandin
2016-06-28Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann
2016-06-28loplugin: move parentFunctionDecl() into common codeNoel Grandin
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-27check for field being returned by non-const refNoel Grandin
2016-06-26dont ignore destructorsNoel Grandin
2016-06-24teach singlevalfields loplugin about function pointersNoel Grandin
2016-06-23loplugin singlevalfields, need to check default constructor code tooNoel Grandin
2016-06-23-Werror=unused-functionStephan Bergmann
2016-06-23-Werror=unused-but-set-variableStephan Bergmann
2016-06-23new loplugin: singlevalfieldsNoel Grandin