summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/cstylecast.cxx
AgeCommit message (Expand)Author
2019-04-19optimise find/insert patternNoel Grandin
2018-08-14filter out some of the AST in the pluginsNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-05-04Adapt to Clang trunk SourceManager::getImmediateExpansionRange changesStephan Bergmann
2018-01-16Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecastStephan Bergmann
2018-01-12Enable loplugin:cstylecast for some more casesStephan Bergmann
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-09-11More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann
2017-06-05Improved loplugin:cstylecast to reference typesStephan Bergmann
2017-05-31The updated values of t1, t2 are unusedStephan Bergmann
2016-07-12loplugin:cstylecast: Better heuristic...Stephan Bergmann
2016-06-29Remove support for Clang < 3.4Stephan Bergmann
2016-03-11tdf#97966: Remove 'static' keywordsWastack
2016-01-07Fix typosAndrea Gelmini
2015-08-21loplugin:cstylecast, put the CastKind info backNoel Grandin
2015-08-21fix my previous change to cstylecast lopluginNoel Grandin
2015-08-20loplugin:cstylecastNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan 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
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-22loplugin:cstylecast: Warn about more of the potentially suspicious onesStephan Bergmann
2015-01-09loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann
2015-01-08loplugin:cstylecast: improve detection of C codeStephan Bergmann
2015-01-07loplugin:cstylecast: No need to exclude include/cppuhelperStephan Bergmann
2015-01-07tools/solar.h already filtered out via filename.endsWith(".h")Stephan Bergmann
2015-01-07loplugin:cstylecast: bridgesStephan Bergmann
2015-01-07loplugin:cstylecast: salStephan Bergmann
2015-01-07Minor beautificationStephan Bergmann
2015-01-07loplugin:cstylecast: Exclude only sal, not salhelperStephan Bergmann
2015-01-06Work around loplugin:cstylecast under -fsanitize=*Stephan Bergmann
2014-12-07loplugin:cstylecast: warn about casts involving incomplete typesStephan Bergmann
2014-12-04move the cstylecast clang plugin out of /storeNoel Grandin
2014-09-08codebase is not yet cleaned up for loplugin:cstylecastStephan Bergmann
2014-09-07create clang plugin to warn about C-style castsNoel Grandin