summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-0/+13
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-0/+23
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin1-15/+7
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-0/+16
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin1-27/+34
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+7
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-50/+155
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+30
2015-04-09loplugin: vclwidgets: ensure that all VclPtr fields are cleared in dispose()Noel Grandin1-11/+59
2015-04-09loplugin: vclwidgets: make the dispose/destructor checking more robustNoel Grandin1-40/+77
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin1-2/+74
2015-04-09vcl: window destructors calling disposeNoel Grandin1-10/+3
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin1-32/+21
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin1-0/+40
2015-04-09clang plugin: check return types for vcl::Window* that should be wrappedNoel Grandin1-21/+45
2015-04-09vcl: vclwidget plugin should look for raw vcl::Window usageNoel Grandin1-12/+75
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-1/+1
2015-04-09new loplugin: VCL widget reference checkerNoel Grandin1-0/+86
2015-04-09loplugin:staticmethodsNoel Grandin1-2/+7
2015-04-09loplugin:staticmethodsNoel Grandin1-0/+5
2015-04-02loplugin:staticmethodsNoel Grandin1-0/+14
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-3/+51
2015-03-30Remove leftover debug codeStephan Bergmann1-4/+0
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-4/+0
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann1-3/+0
2015-03-28Clean up isMacroBodyExpansionStephan Bergmann4-25/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-8/+3
2015-03-28loplugin:redundantcast: Don't warn about certain casts in macrosStephan Bergmann1-1/+4
2015-03-27new clang plugin: staticmethodsNoel Grandin3-14/+152
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-22/+195
2015-03-26move the constantfunction plugin into /storeNoel Grandin1-0/+0
2015-03-26loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann1-2/+4
2015-03-26loplugin:constantfunction: vcl/unx/gtk3Stephan Bergmann1-0/+10
2015-03-26loplugins:constantfunction: properly detect overloaded operatorsStephan Bergmann1-29/+8
2015-03-25Expr::EvaluateAs... does not work for type-dependent expressionsStephan Bergmann1-2/+3
2015-03-25new constantfunction lopluginNoel Grandin2-0/+497
2015-03-17loplugin: add Dialog to unusedvariablecheckNoel Grandin1-0/+27
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann1-3/+8
2015-03-11Fix copy/paste errorStephan Bergmann1-1/+1
2015-03-03Improve loplugin:passstuffbyrefStephan Bergmann1-2/+5
2015-03-02Missing initializationStephan Bergmann1-1/+1
2015-03-02plugin:literaltoboolconversion: Recurse into comma operator's rhsStephan Bergmann1-6/+15
2015-02-26Adapt compilerplugins to Clang trunk towards 3.7Stephan Bergmann2-8/+11
2015-02-09Adapt loplugin:passstuffbyref to Clang 3.2Stephan Bergmann1-5/+5
2015-02-07loplugin:deletedspecial (Mac OS X)Stephan Bergmann1-1/+5
2015-02-07loplugin:deletedspecial to help add SAL_DELETED_FUNCTION annotationsStephan Bergmann1-0/+151
2015-02-05Extend loplugin:passstuffbyref to handle lambdasStephan Bergmann1-27/+55
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann2-28/+84
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-7/+6
2015-01-26move these plugins into /storeNoel Grandin2-0/+0