summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
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
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30Remove leftover debug codeStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up isMacroBodyExpansionStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-28loplugin:redundantcast: Don't warn about certain casts in macrosStephan Bergmann
2015-03-27new clang plugin: staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26move the constantfunction plugin into /storeNoel Grandin
2015-03-26loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann
2015-03-26loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann
2015-03-26loplugins:constantfunction: properly detect overloaded operatorsStephan Bergmann
2015-03-25Expr::EvaluateAs... does not work for type-dependent expressionsStephan Bergmann
2015-03-25new constantfunction lopluginNoel Grandin
2015-03-17loplugin: add Dialog to unusedvariablecheckNoel Grandin
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann
2015-03-11Fix copy/paste errorStephan Bergmann
2015-03-03Improve loplugin:passstuffbyrefStephan Bergmann
2015-03-02Missing initializationStephan Bergmann
2015-03-02plugin:literaltoboolconversion: Recurse into comma operator's rhsStephan Bergmann
2015-02-26Adapt compilerplugins to Clang trunk towards 3.7Stephan Bergmann
2015-02-09Adapt loplugin:passstuffbyref to Clang 3.2Stephan Bergmann
2015-02-07loplugin:deletedspecial (Mac OS X)Stephan Bergmann
2015-02-07loplugin:deletedspecial to help add SAL_DELETED_FUNCTION annotationsStephan Bergmann
2015-02-05Extend loplugin:passstuffbyref to handle lambdasStephan Bergmann
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann