summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/simplifybool.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:simplifybool moreNoel Grandin2020-08-141-4/+8
* loplugin:simplifybool a little more aggressiveNoel Grandin2020-08-041-1/+1
* Adapt to Clang 12 trunk RecursiveASTVisitor changeStephan Bergmann2020-07-191-18/+42
* loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin2020-05-301-4/+4
* Adapt compilerplugins to Clang trunk changeStephan Bergmann2020-03-021-1/+1
* Adapt to clang::MaterializeTemporaryExpr::GetTemparyExpr renameStephan Bergmann2019-11-261-1/+2
* Avoid C++20 operator overloading ambiguityStephan Bergmann2019-10-221-5/+30
* 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