summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/redundantfcast.cxx
AgeCommit message (Expand)Author
2023-11-03Suppress loplugin:redundantfcast also around C++20 CXXParenListInitExprStephan Bergmann
2022-10-26Adapt compilerplugins to recent Clang 16 trunk changeStephan Bergmann
2022-05-02Just use Any ctor instead of makeAny in writerperfectStephan Bergmann
2022-04-25Introduce a better mechanism to suppress false loplugin warningsStephan Bergmann
2022-04-21Fix typoAndrea Gelmini
2022-04-21tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line jointsBartosz Kosiorek
2022-03-11load ods/xlsx with full row attributes without allocating all columnsLuboš Luňák
2022-02-17Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann
2021-10-19tdf#145203: FIREBIRD cannot create a tableJulien Nabet
2021-09-09loplugin:redundantfcast ignore necessary temporariesNoel Grandin
2021-08-30Look through implicit MaterializeTemporaryExprStephan Bergmann
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin
2020-01-29Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann
2019-11-26Adapt to clang::MaterializeTemporaryExpr::GetTemparyExpr renameStephan Bergmann
2019-11-20loplugin:redundantfcast: Don't warn about cast from braced-init-listStephan Bergmann
2019-09-13Avoid some false loplugin:redundantfcast involving std::function and lambdasStephan Bergmann
2019-09-11loplugin:redundantfcast check for std::function castNoel Grandin
2019-07-16convert redundantfcast to LO_CLANG_SHARED_PLUGINSNoel Grandin
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-08-23filter out AST in more pluginsNoel Grandin
2018-03-23Check isOkToRemoveArithmeticCast in loplugin:redundantfcast tooStephan Bergmann
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-03-09loplugin:redundantfcast look for unnecessary temporariesNoel Grandin
2018-02-22rename redundantcopy loplugin to redundantfcastNoel Grandin