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