summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/redundantcast.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-0/+19
* loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann2015-05-121-30/+44
* loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-0/+42
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-3/+51
* Remove leftover debug codeStephan Bergmann2015-03-301-4/+0
* loplugin:redundantcast: Don't warn about certain casts in macrosStephan Bergmann2015-03-281-1/+4
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-21/+174
* Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann2015-01-291-0/+84