summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/redundantfcast.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-13Avoid some false loplugin:redundantfcast involving std::function and lambdasStephan Bergmann1-2/+78
2019-09-11loplugin:redundantfcast check for std::function castNoel Grandin1-17/+39
2019-07-16convert redundantfcast to LO_CLANG_SHARED_PLUGINSNoel Grandin1-18/+17
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-8/+81
2018-08-23filter out AST in more pluginsNoel Grandin1-2/+2
2018-03-23Check isOkToRemoveArithmeticCast in loplugin:redundantfcast tooStephan Bergmann1-0/+5
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-0/+40
2018-03-09loplugin:redundantfcast look for unnecessary temporariesNoel Grandin1-2/+53
2018-02-22rename redundantcopy loplugin to redundantfcastNoel Grandin1-0/+61