Stephan Bergmann
|
0f22790e6b
|
Generalize typedef-to-void* check in loplugin:redundantcast
...to also cover cases like conversion betwen LPVOID and HANDLE in Windows-only
code
Change-Id: I934fe89372ee7a12462e7ad4284b9ea2cc73ce5a
|
2016-12-18 22:43:26 +01:00 |
|
Stephan Bergmann
|
9d80c032fe
|
loplugin:redundantcast: redundant static_casts
Change-Id: I4d50b77745d68a23136221ef06f327137e89fa7e
|
2016-07-08 16:47:31 +02:00 |
|
Stephan Bergmann
|
733198de1b
|
Remove support for Clang < 3.4
Change-Id: I81e97c5f720535b33dd3ce72d01151765e4e93a0
|
2016-06-29 09:15:25 +02:00 |
|
Stephan Bergmann
|
1ce7176ba1
|
Remove support for Clang < 3.3
Change-Id: I185852a738bac10dc6d331afccfcbc7ae1225cb1
|
2016-06-29 08:55:27 +02:00 |
|
Stephan Bergmann
|
779f06f9a8
|
Ambiguity between clang:: and llvm::PointerType
Change-Id: I2727ef17b9ab780c608878aaca9ce0fda01b9c22
|
2016-03-20 13:29:50 +01:00 |
|
Stephan Bergmann
|
0571f3c503
|
loplugin:redundantcast: const_cast to same type
Change-Id: I1abdc2ab0b145e12f7fb00db529f52c11e4d7cfd
|
2015-05-29 12:05:09 +02:00 |
|
Stephan Bergmann
|
0bfc98e63b
|
loplugin:redundantcast: reinterpret_cast to void*
Change-Id: I947b49cfb15f0e7d6ddfaae386656c70e4bd48ba
|
2015-05-12 18:27:54 +02:00 |
|
Stephan Bergmann
|
373a9b9bb6
|
loplugin:redundantcast: redundant const_cast followed by implicit upcast
Change-Id: I58297ba336d96358eb0683684bbd763870ef56cb
|
2015-04-13 12:36:36 +02:00 |
|
Stephan Bergmann
|
90ed482496
|
Reduce to static_cast any reinterpret_cast from void pointers
Change-Id: I514e183571e4ac109f59c4bdfccdc553c36c26ee
|
2015-03-31 13:18:16 +02:00 |
|
Stephan Bergmann
|
2688a88297
|
Remove leftover debug code
Change-Id: I874fc4d677abb2646bffb4331a220f3812443b66
|
2015-03-30 13:48:45 +02:00 |
|
Stephan Bergmann
|
13e45d6fde
|
loplugin:redundantcast: Don't warn about certain casts in macros
...that might depend on macro arguments and not really be redundant
Change-Id: If19de3835a4972add58965ea7c0936fad7ef6957
|
2015-03-28 19:09:17 +01:00 |
|
Stephan Bergmann
|
1c78277801
|
const_cast: convert some C-style casts and remove some redundant ones
Change-Id: I876736d18db6676629c283fccd65e1b6fb2bb2be
|
2015-03-26 15:33:41 +01:00 |
|
Stephan Bergmann
|
331faca18e
|
Extract loplugin:redundantcast from loplugin:cstylecast
Change-Id: I08f17dd9cc092206083ff41bbbc178e0322e86d0
|
2015-01-29 22:21:04 +01:00 |
|