summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/simplifybool.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix apparent temporary debugging leftoverStephan Bergmann2019-02-271-1/+0
* loplugin:simplifybool improve search for negated operatorNoel Grandin2019-02-271-56/+94
* Make findOperator more precise wrt acceptable parameter typesStephan Bergmann2019-02-181-8/+38
* Tell about presumed corresponding negated operatorStephan Bergmann2019-02-181-6/+11
* loplugin:simplifybool, check for !(!a op !b)Noel Grandin2019-02-181-14/+41
* loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2019-02-151-3/+93
* filter out some of the AST in the pluginsNoel Grandin2018-08-141-2/+2
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-71/+71
* loplugin:simplifybool can't invert conditions involving float typesNoel Grandin2017-11-231-0/+4
* Make not warning about !! in loplugin:simplifybool consistentStephan Bergmann2017-11-231-3/+29
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-17/+35
* loplugin:simplifybool re-activate the !! warningNoel Grandin2017-11-221-2/+8
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-1/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* loplugin:simplifybool: Need to ignore imp. casts when determining literalsStephan Bergmann2015-04-271-2/+2
* Add clarifying commentStephan Bergmann2015-04-241-0/+9
* loplugin:simplifyboolStephan Bergmann2015-04-241-0/+1029