summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/redundantcast.cxx
AgeCommit message (Expand)Author
2017-11-07Clean away temporarily added using declarationsStephan 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-08-25loplugin:redundantcast: suppress warnings in reworked glibc assert macroStephan Bergmann
2017-08-18Report full type info (plus the desugared type as "aka")Stephan Bergmann
2017-08-15loplugin:redundantcast ignore functional casts involving typedefsNoel Grandin
2017-08-15loplugin:redundantcast, find more functional castsNoel 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-05Fix typosAndrea Gelmini
2017-06-02Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann
2017-06-02Improved loplugin:redundantcast const_cast handlingStephan Bergmann
2017-06-02Make loplugin:redundantcast functional cast warnings more verboseStephan Bergmann
2017-06-02Improved loplugin:redundantcast static_cast handlingStephan Bergmann
2017-06-01Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann
2017-05-31DataRecursionQueue was only introduced in Clang 3.8Stephan Bergmann
2017-05-30Restrict loplugin:redundantcast to "real" castsStephan Bergmann
2017-05-30Traverse InitListExpr only onceStephan Bergmann
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-19...and re-eanble loplugin:stringcopy againStephan Bergmann
2017-05-03spelling, implictly->implicitlyNoel Grandin
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-04-07loplugin:redundantcast check for c-style char castsNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic typesStephan Bergmann
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin
2017-04-06loplugin:redundantcast check for c-style float castsNoel Grandin
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin
2017-03-25Teach loplugin:redundantcast about C-style casts in macro bodiesStephan Bergmann
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-02-16Silence loplugin:redundantcast false warningStephan Bergmann
2017-02-16loplugin:redundantcast: Avoid double warnings on some const_castStephan Bergmann
2016-12-18Generalize typedef-to-void* check in loplugin:redundantcastStephan Bergmann
2016-07-08loplugin:redundantcast: redundant static_castsStephan Bergmann
2016-06-29Remove support for Clang < 3.4Stephan Bergmann
2016-06-29Remove support for Clang < 3.3Stephan Bergmann
2016-03-20Ambiguity between clang:: and llvm::PointerTypeStephan Bergmann
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30Remove leftover debug codeStephan Bergmann
2015-03-28loplugin:redundantcast: Don't warn about certain casts in macrosStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann