summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-0/+458
2015-04-27loplugin:simplifybool: Need to ignore imp. casts when determining literalsStephan Bergmann1-2/+2
2015-04-24Add clarifying commentStephan Bergmann1-0/+9
2015-04-24loplugin:simplifyboolStephan Bergmann1-0/+1029
2015-04-23Mac OS X ctype.h isdigit is not extern "C"Stephan Bergmann1-1/+5
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-42/+63
2015-04-23Improve loplugin:implicitboolconversion cond. expr. handlingStephan Bergmann1-28/+53
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+5
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+3
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+3
2015-04-17loplugin:implicitboolconversion: warn about conversions to unsigned charStephan Bergmann1-37/+325
2015-04-17workaround ErrorContextImpl in vclwidget clang pluginNoel Grandin1-7/+10
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-0/+42
2015-04-13loplugin:staticmethodsNoel Grandin1-4/+19
2015-04-13loplugin:staticmethodsNoel Grandin1-2/+7
2015-04-10wrap more stuff in VclPtrNoel Grandin1-0/+2
2015-04-10wrap more stuff in VclPtrNoel Grandin1-0/+2
2015-04-10vclptr: calling disposeAndClear on all the fields is not greatNoel Grandin1-106/+0
2015-04-10make vclwidget clang plugin find OutputDeviceNoel Grandin1-47/+65
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