summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/check.hxx
AgeCommit message (Expand)Author
2023-11-06Adapt to various Clang 18 trunk enum reworkStephan Bergmann
2023-01-20New loplugin:unoaggregationStephan Bergmann
2022-12-22Make namespace checks look through LinkageSpecsStephan Bergmann
2020-12-04Improve loplugin:stringview detection of unnecessary O[U]String constructionStephan Bergmann
2020-09-04tdf#124176 Use #pragma once in compilerpluginsGeorge Bateman
2020-07-02Improved loplugin:staticanonymous -> redundantstaticStephan Bergmann
2019-10-14New loplugin:getstrStephan Bergmann
2019-10-10Fix detection of std::unique_ptr/shared_ptr in loplugin:redundantpointeropsStephan Bergmann
2019-09-13Avoid some false loplugin:redundantfcast involving std::function and lambdasStephan Bergmann
2019-08-28New loplugin:stdfunctionStephan Bergmann
2019-06-06loplugin:typedefparam: Work around different size_t typedefs on macOSStephan Bergmann
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák
2019-03-11move isDerivedFrom() from a clang plugin to shared code, for reuseLuboš Luňák
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-03-23Check isOkToRemoveArithmeticCast in loplugin:redundantfcast tooStephan Bergmann
2018-01-23Remove unused TypeCheck::SubstTemplateTypeParmTypeStephan Bergmann
2018-01-23new loplugin: pointerboolNoel Grandin
2017-10-22Make sure TypeCheck has a non-deleted default ctorStephan Bergmann
2017-07-14loplugin:oncevar: empty stringsStephan Bergmann
2017-07-03loplugin:casttovoidStephan Bergmann
2017-06-30Avoid getQualifiedNameAsStringStephan Bergmann
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-02-01loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin
2016-12-18Generalize typedef-to-void* check in loplugin:redundantcastStephan Bergmann
2016-10-09loplugin:badstaticsStephan Bergmann
2016-07-08loplugin:redundantcast: redundant static_castsStephan Bergmann
2016-06-29Further clean-upStephan Bergmann
2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann