summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/redundantcast.cxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-0/+19
| | | | Change-Id: I1abdc2ab0b145e12f7fb00db529f52c11e4d7cfd
* loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann2015-05-121-30/+44
| | | | Change-Id: I947b49cfb15f0e7d6ddfaae386656c70e4bd48ba
* loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-0/+42
| | | | Change-Id: I58297ba336d96358eb0683684bbd763870ef56cb
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-3/+51
| | | | Change-Id: I514e183571e4ac109f59c4bdfccdc553c36c26ee
* Remove leftover debug codeStephan Bergmann2015-03-301-4/+0
| | | | Change-Id: I874fc4d677abb2646bffb4331a220f3812443b66
* loplugin:redundantcast: Don't warn about certain casts in macrosStephan Bergmann2015-03-281-1/+4
| | | | | | ...that might depend on macro arguments and not really be redundant Change-Id: If19de3835a4972add58965ea7c0936fad7ef6957
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-21/+174
| | | | Change-Id: I876736d18db6676629c283fccd65e1b6fb2bb2be
* Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann2015-01-291-0/+84
Change-Id: I08f17dd9cc092206083ff41bbbc178e0322e86d0