Age | Commit message (Expand) | Author |
2015-08-21 | loplugin:cstylecast, put the CastKind info back | Noel Grandin |
2015-08-21 | fix my previous change to cstylecast loplugin | Noel Grandin |
2015-08-20 | loplugin:cstylecast | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-03-29 | Clean up template-parameter-dependent C-style casts | Stephan Bergmann |
2015-03-29 | Clean up remaining C-style casts among void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-01-29 | Extract loplugin:redundantcast from loplugin:cstylecast | Stephan Bergmann |
2015-01-28 | Some more loplugin:cstylecast clean-up | Stephan Bergmann |
2015-01-22 | loplugin:cstylecast: Warn about more of the potentially suspicious ones | Stephan Bergmann |
2015-01-09 | loplugin:cstylecast: warn about certain redundant reinterpret_casts | Stephan Bergmann |
2015-01-08 | loplugin:cstylecast: improve detection of C code | Stephan Bergmann |
2015-01-07 | loplugin:cstylecast: No need to exclude include/cppuhelper | Stephan Bergmann |
2015-01-07 | tools/solar.h already filtered out via filename.endsWith(".h") | Stephan Bergmann |
2015-01-07 | loplugin:cstylecast: bridges | Stephan Bergmann |
2015-01-07 | loplugin:cstylecast: sal | Stephan Bergmann |
2015-01-07 | Minor beautification | Stephan Bergmann |
2015-01-07 | loplugin:cstylecast: Exclude only sal, not salhelper | Stephan Bergmann |
2015-01-06 | Work around loplugin:cstylecast under -fsanitize=* | Stephan Bergmann |
2014-12-07 | loplugin:cstylecast: warn about casts involving incomplete types | Stephan Bergmann |
2014-12-04 | move the cstylecast clang plugin out of /store | Noel Grandin |
2014-09-08 | codebase is not yet cleaned up for loplugin:cstylecast | Stephan Bergmann |
2014-09-07 | create clang plugin to warn about C-style casts | Noel Grandin |