# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: tom/compilerplugins/clang/redundantcast.cxx?h=libreoffice-7.3.0.1' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/redundantcast.cxx
AgeCommit message (Expand)Author
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