summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/singlevalfields.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revert "Adapt to changed clang::ASTContext::getParents behavior on Clang 11 t...Stephan Bergmann2020-08-031-1/+1
* Adapt to changed clang::ASTContext::getParents behavior on Clang 11 trunkStephan Bergmann2020-05-251-1/+1
* Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann2020-01-291-3/+3
* Adapt to Clang 11 move of DynTypedNodeListStephan Bergmann2020-01-271-0/+7
* better name for a function in compilerpluginsLuboš Luňák2019-10-081-1/+1
* do not use compiler.getSourceManager().getFilename()Luboš Luňák2019-10-071-1/+1
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-071-6/+40
* loplugin:singlevalfields add checking for static class fieldsNoel Grandin2018-12-051-22/+82
* add EvaluateAsInt compat function for latest clangNoel Grandin2018-11-271-1/+1
* Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann2018-11-231-4/+0
* "oh dear, what can the matter be?"Stephan Bergmann2018-11-141-1/+1
* loplugin singlevalfields improvementNoel Grandin2018-11-131-85/+30
* loplugin:singlevalfields improvementNoel Grandin2018-10-261-23/+37
* loplugin:singlevalfields look for fields that can be boolNoel Grandin2018-10-221-1/+3
* loplugin:singlevalfieldsNoel Grandin2018-10-171-3/+34
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-1/+1
* loplugin:singlevalfields improve unaryoperatorNoel Grandin2018-04-231-2/+2
* put the loplugin output files in the workdirNoel Grandin2018-04-101-1/+1
* loplugin:singlevalfieldsNoel Grandin2018-02-021-7/+1
* loplugin:singlevalfields improve copy constructor checkNoel Grandin2018-01-031-4/+10
* Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann2017-12-191-4/+3
* some global loplugin improvementsNoel Grandin2017-11-301-6/+8
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-2/+3
* rename loplugin::Plugin::parentStmtNoel Grandin2017-10-271-5/+5
* reformat some loplugin codeNoel Grandin2017-06-201-2/+2
* loplugin:singlevalfieldsNoel Grandin2017-04-061-9/+4
* fixes for some lopluginsNoel Grandin2017-03-281-1/+1
* clang plugins: do "dotdot" normalisationNoel Grandin2016-09-271-0/+1
* loplugin:singlevalfields in l10ntools..saxNoel Grandin2016-09-151-1/+3
* handle nullptr in various clang pluginsNoel Grandin2016-09-121-0/+3
* loplugins: more consistent naming of output filesNoel Grandin2016-07-251-1/+1
* Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann2016-06-281-3/+3
* loplugin: move parentFunctionDecl() into common codeNoel Grandin2016-06-281-30/+3
* loplugin:singlevalfields in variousNoel Grandin2016-06-281-2/+87
* check for field being returned by non-const refNoel Grandin2016-06-271-3/+17
* dont ignore destructorsNoel Grandin2016-06-261-2/+1
* teach singlevalfields loplugin about function pointersNoel Grandin2016-06-241-27/+58
* loplugin singlevalfields, need to check default constructor code tooNoel Grandin2016-06-231-0/+2
* -Werror=unused-functionStephan Bergmann2016-06-231-27/+0
* -Werror=unused-but-set-variableStephan Bergmann2016-06-231-4/+0
* new loplugin: singlevalfieldsNoel Grandin2016-06-231-0/+411