summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/redundantcast.cxx
Commit message (Expand)AuthorAgeFilesLines
* Take array-to-pointer decay into account in loplugin:redundantcastStephan Bergmann2018-11-191-0/+46
* filter out some of the AST in the pluginsNoel Grandin2018-08-141-2/+2
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-9/+9
* Further loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann2018-05-171-2/+14
* loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann2018-05-171-0/+17
* Check isOkToRemoveArithmeticCast in loplugin:redundantfcast tooStephan Bergmann2018-03-231-48/+5
* Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann2017-12-191-13/+3
* Replace deprecated std::mem_fun et al in reportdesignStephan Bergmann2017-12-051-4/+59
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-1/+2
* loplugin:redundantcast: Do warn about convoluted dynamic_cast to selfStephan Bergmann2017-10-221-5/+0
* loplugin:redundantcast handle dynamic_castNoel Grandin2017-10-211-0/+24
* loplugin:redundantcast: cstyle_cast within reinterpret_castStephan Bergmann2017-09-261-0/+14
* Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann2017-09-151-7/+3
* improve redundantcast lopluginNoel Grandin2017-09-141-0/+3
* loplugin:redundantcast: suppress warnings in reworked glibc assert macroStephan Bergmann2017-08-251-0/+14
* Report full type info (plus the desugared type as "aka")Stephan Bergmann2017-08-181-1/+1
* loplugin:redundantcast ignore functional casts involving typedefsNoel Grandin2017-08-151-1/+5
* loplugin:redundantcast, find more functional castsNoel Grandin2017-08-151-3/+2
* Improved loplugin:redundantcast, const/static_cast combinationsStephan Bergmann2017-06-051-1/+51
* Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann2017-06-051-4/+5
* Fix typosAndrea Gelmini2017-06-051-1/+1
* Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann2017-06-021-3/+6
* Improved loplugin:redundantcast const_cast handlingStephan Bergmann2017-06-021-7/+13
* Make loplugin:redundantcast functional cast warnings more verboseStephan Bergmann2017-06-021-2/+2
* Improved loplugin:redundantcast static_cast handlingStephan Bergmann2017-06-021-5/+73
* Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann2017-06-011-31/+11
* DataRecursionQueue was only introduced in Clang 3.8Stephan Bergmann2017-05-311-3/+10
* Restrict loplugin:redundantcast to "real" castsStephan Bergmann2017-05-301-11/+13
* Traverse InitListExpr only onceStephan Bergmann2017-05-301-0/+9
* Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann2017-05-301-0/+24
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-0/+62
* ...and re-eanble loplugin:stringcopy againStephan Bergmann2017-05-191-74/+3
* spelling, implictly->implicitlyNoel Grandin2017-05-031-4/+4
* loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2017-04-071-55/+49
* loplugin:redundantcast check for c-style char castsNoel Grandin2017-04-071-2/+11
* Improved loplugin:redundantcast, static_cast on arithmetic typesStephan Bergmann2017-04-061-2/+40
* loplugin:redundantcast check for c-style casts to voidNoel Grandin2017-04-061-1/+2
* loplugin:redundantcast check for c-style float castsNoel Grandin2017-04-061-1/+2
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-2/+2
* loplugin:redundantcast find c-style bool castsNoel Grandin2017-04-051-3/+4
* Teach loplugin:redundantcast about C-style casts in macro bodiesStephan Bergmann2017-03-251-2/+23
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-0/+10
* loplugin:redundantcast find redundant c-style enum castsNoel Grandin2017-03-221-0/+20
* Silence loplugin:redundantcast false warningStephan Bergmann2017-02-161-4/+6
* loplugin:redundantcast: Avoid double warnings on some const_castStephan Bergmann2017-02-161-5/+8
* Generalize typedef-to-void* check in loplugin:redundantcastStephan Bergmann2016-12-181-23/+30
* loplugin:redundantcast: redundant static_castsStephan Bergmann2016-07-081-0/+117
* Remove support for Clang < 3.4Stephan Bergmann2016-06-291-1/+0
* Remove support for Clang < 3.3Stephan Bergmann2016-06-291-4/+4
* Ambiguity between clang:: and llvm::PointerTypeStephan Bergmann2016-03-201-9/+9