summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/redundantpointerops.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-10Fix detection of std::unique_ptr/shared_ptr in loplugin:redundantpointeropsStephan Bergmann1-7/+31
2019-10-09Improve loplugin:redundantpointerops diagnostic messagesStephan Bergmann1-6/+11
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin1-6/+9
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-7/+17
2019-07-16convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin1-3/+7
2018-08-23filter out AST in more pluginsNoel Grandin1-2/+2
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-5/+5
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-1/+1
2017-09-04Fix typoAndrea Gelmini1-1/+1
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-0/+129