summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/cstylecast.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-19optimise find/insert patternNoel Grandin1-4/+2
2018-08-14filter out some of the AST in the pluginsNoel Grandin1-2/+2
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-3/+3
2018-05-04Adapt to Clang trunk SourceManager::getImmediateExpansionRange changesStephan Bergmann1-10/+14
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecastStephan Bergmann1-6/+8
2018-01-12Enable loplugin:cstylecast for some more casesStephan Bergmann1-7/+433
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-1/+2
2017-09-11More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann1-3/+3
2017-06-05Improved loplugin:cstylecast to reference typesStephan Bergmann1-5/+4
2017-05-31The updated values of t1, t2 are unusedStephan Bergmann1-7/+3
2016-07-12loplugin:cstylecast: Better heuristic...Stephan Bergmann1-29/+39
2016-06-29Remove support for Clang < 3.4Stephan Bergmann1-2/+1
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
2016-01-07Fix typosAndrea Gelmini1-1/+1
2015-08-21loplugin:cstylecast, put the CastKind info backNoel Grandin1-4/+5
2015-08-21fix my previous change to cstylecast lopluginNoel Grandin1-1/+1
2015-08-20loplugin:cstylecastNoel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-8/+0
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-13/+104
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-4/+5
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-4/+0
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann1-3/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-8/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+21
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