summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/expressionalwayszero.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Don't try to evaluate value of value-dependent ExprStephan Bergmann1-1/+1
2019-02-11use more hasPathnamePrefixNoel Grandin1-11/+7
2018-11-27add EvaluateAsInt compat function for latest clangNoel Grandin1-1/+1
2018-09-22Always disable loplugin:expressionalwayszero, to avoid false positivesStephan Bergmann1-5/+0
2018-08-23filter out AST in more pluginsNoel Grandin1-2/+2
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-4/+4
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl1-2/+3
2018-04-23Don't warn about multiplication by zero in loplugin:expressionalwayszeroStephan Bergmann1-18/+4
2018-03-29disable expressionalwayszero loplugin on clang-3.8Noel Grandin1-0/+5
2018-03-27loplugin:expressionalwayszero improvementsNoel Grandin1-8/+56
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-2/+2
2017-08-18don't use boost in compilerpluginsNoel Grandin1-7/+6
2017-08-18new loplugin:expressionalwayszeroNoel Grandin1-0/+123