summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/expressionalwayszero.cxx
Commit message (Expand)AuthorAgeFilesLines
* Don't try to evaluate value of value-dependent ExprStephan Bergmann2019-05-221-1/+1
* use more hasPathnamePrefixNoel Grandin2019-02-111-11/+7
* add EvaluateAsInt compat function for latest clangNoel Grandin2018-11-271-1/+1
* Always disable loplugin:expressionalwayszero, to avoid false positivesStephan Bergmann2018-09-221-5/+0
* filter out AST in more pluginsNoel Grandin2018-08-231-2/+2
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-4/+4
* compilerplugins: try to make these work with icecreamMichael Stahl2018-07-061-2/+3
* Don't warn about multiplication by zero in loplugin:expressionalwayszeroStephan Bergmann2018-04-231-18/+4
* disable expressionalwayszero loplugin on clang-3.8Noel Grandin2018-03-291-0/+5
* loplugin:expressionalwayszero improvementsNoel Grandin2018-03-271-8/+56
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-2/+2
* don't use boost in compilerpluginsNoel Grandin2017-08-181-7/+6
* new loplugin:expressionalwayszeroNoel Grandin2017-08-181-0/+123