summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/redundantpointerops.cxx
AgeCommit message (Expand)Author
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin
2020-01-11loplugin:redundantpointerops, look for ".get()->"Noel Grandin
2019-10-10Fix detection of std::unique_ptr/shared_ptr in loplugin:redundantpointeropsStephan Bergmann
2019-10-09Improve loplugin:redundantpointerops diagnostic messagesStephan Bergmann
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-07-16convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin
2018-08-23filter out AST in more pluginsNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-09-04Fix typoAndrea Gelmini
2017-09-04new loplugin:redundantpointeropsNoel Grandin