summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/check.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-14New loplugin:getstrStephan Bergmann1-1/+9
2019-10-10Fix detection of std::unique_ptr/shared_ptr in loplugin:redundantpointeropsStephan Bergmann1-0/+11
2019-09-13Avoid some false loplugin:redundantfcast involving std::function and lambdasStephan Bergmann1-0/+11
2019-08-28New loplugin:stdfunctionStephan Bergmann1-8/+5
2019-06-06loplugin:typedefparam: Work around different size_t typedefs on macOSStephan Bergmann1-0/+2
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák1-0/+2
2019-03-11move isDerivedFrom() from a clang plugin to shared code, for reuseLuboš Luňák1-0/+6
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-54/+33
2018-03-23Check isOkToRemoveArithmeticCast in loplugin:redundantfcast tooStephan Bergmann1-0/+4
2018-01-23Remove unused TypeCheck::SubstTemplateTypeParmTypeStephan Bergmann1-2/+0
2018-01-23new loplugin: pointerboolNoel Grandin1-0/+2
2017-10-22Make sure TypeCheck has a non-deleted default ctorStephan Bergmann1-1/+1
2017-07-14loplugin:oncevar: empty stringsStephan Bergmann1-0/+2
2017-07-03loplugin:casttovoidStephan Bergmann1-0/+2
2017-06-30Avoid getQualifiedNameAsStringStephan Bergmann1-0/+9
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-0/+15
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-0/+2
2017-02-01loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin1-0/+2
2016-12-18Generalize typedef-to-void* check in loplugin:redundantcastStephan Bergmann1-0/+8
2016-10-09loplugin:badstaticsStephan Bergmann1-0/+16
2016-07-08loplugin:redundantcast: redundant static_castsStephan Bergmann1-0/+21
2016-06-29Further clean-upStephan Bergmann1-0/+2
2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann1-0/+211