summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/cstylecast.cxx
AgeCommit message (Expand)Author
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-22loplugin:cstylecast: Warn about more of the potentially suspicious onesStephan Bergmann
2015-01-09loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann
2015-01-08loplugin:cstylecast: improve detection of C codeStephan Bergmann
2015-01-07loplugin:cstylecast: No need to exclude include/cppuhelperStephan Bergmann
2015-01-07tools/solar.h already filtered out via filename.endsWith(".h")Stephan Bergmann
2015-01-07loplugin:cstylecast: bridgesStephan Bergmann
2015-01-07loplugin:cstylecast: salStephan Bergmann
2015-01-07Minor beautificationStephan Bergmann
2015-01-07loplugin:cstylecast: Exclude only sal, not salhelperStephan Bergmann
2015-01-06Work around loplugin:cstylecast under -fsanitize=*Stephan Bergmann
2014-12-07loplugin:cstylecast: warn about casts involving incomplete typesStephan Bergmann
2014-12-04move the cstylecast clang plugin out of /storeNoel Grandin
2014-09-08codebase is not yet cleaned up for loplugin:cstylecastStephan Bergmann
2014-09-07create clang plugin to warn about C-style castsNoel Grandin