summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/vclwidgets.cxx
AgeCommit message (Expand)Author
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10vclptr: calling disposeAndClear on all the fields is not greatNoel Grandin
2015-04-10make vclwidget clang plugin find OutputDeviceNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09loplugin: vclwidgets: ensure that all VclPtr fields are cleared in dispose()Noel Grandin
2015-04-09loplugin: vclwidgets: make the dispose/destructor checking more robustNoel Grandin
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin
2015-04-09clang plugin: check return types for vcl::Window* that should be wrappedNoel Grandin
2015-04-09vcl: vclwidget plugin should look for raw vcl::Window usageNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09new loplugin: VCL widget reference checkerNoel Grandin
2014-09-21Revert "new loplugin: VCL widget reference checker"Stephan Bergmann
2014-09-21new loplugin: VCL widget reference checkerNoel Grandin