summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test/redundantcast.cxx
AgeCommit message (Expand)Author
2018-11-19Take array-to-pointer decay into account in loplugin:redundantcastStephan Bergmann
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs)Stephan Bergmann
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2017-12-05Replace deprecated std::mem_fun et al in reportdesignStephan Bergmann
2017-10-22loplugin:redundantcast: Do warn about convoluted dynamic_cast to selfStephan Bergmann
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin
2017-09-26loplugin:redundantcast: cstyle_cast within reinterpret_castStephan Bergmann
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann
2017-09-14improve redundantcast lopluginNoel Grandin
2017-06-05Improved loplugin:redundantcast, const/static_cast combinationsStephan Bergmann
2017-06-05Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann
2017-06-02Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann
2017-06-02Improved loplugin:redundantcast const_cast handlingStephan Bergmann
2017-06-02Reorganize testsStephan Bergmann
2017-06-02Make loplugin:redundantcast functional cast warnings more verboseStephan Bergmann
2017-06-02Improved loplugin:redundantcast static_cast handlingStephan Bergmann
2017-06-01Avoid "default initialization ... without ... default constructor" errorStephan Bergmann
2017-05-31Add some loplugin:redundantcast testsStephan Bergmann
2017-05-03spelling, implictly->implicitlyNoel Grandin
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-02-16loplugin:redundantcast: Avoid double warnings on some const_castStephan Bergmann
2017-02-16Capture loplugin:redundantcast status-quo wrt const_castStephan Bergmann