summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Move paint method rewriter to storeTomaž Vajngerl2015-04-291-0/+0
* Paint method clang rewriter pluginTomaž Vajngerl2015-04-291-0/+95
* Work around FieldDecl::getParent raising assertionStephan Bergmann2015-04-281-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-0/+458
|\
| * workaround ErrorContextImpl in vclwidget clang pluginNoel Grandin2015-04-171-7/+10
| * wrap more stuff in VclPtrNoel Grandin2015-04-101-0/+2
| * wrap more stuff in VclPtrNoel Grandin2015-04-101-0/+2
| * vclptr: calling disposeAndClear on all the fields is not greatNoel Grandin2015-04-101-106/+0
| * make vclwidget clang plugin find OutputDeviceNoel Grandin2015-04-101-47/+65
| * vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-101-0/+13
| * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-0/+23
| * vclwidget: make sure we have an explicit destructorNoel Grandin2015-04-101-15/+7
| * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-101-0/+16
| * vclwidget: improve detection of vcl::Window fieldsNoel Grandin2015-04-101-27/+34
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-2/+7
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-50/+155
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-4/+30
| * loplugin: vclwidgets: ensure that all VclPtr fields are cleared in dispose()Noel Grandin2015-04-091-11/+59
| * loplugin: vclwidgets: make the dispose/destructor checking more robustNoel Grandin2015-04-091-40/+77
| * loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin2015-04-091-2/+74
| * vcl: window destructors calling disposeNoel Grandin2015-04-091-10/+3
| * vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin2015-04-091-32/+21
| * compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin2015-04-091-0/+40
| * clang plugin: check return types for vcl::Window* that should be wrappedNoel Grandin2015-04-091-21/+45
| * vcl: vclwidget plugin should look for raw vcl::Window usageNoel Grandin2015-04-091-12/+75
| * vcl: rename VclReference to VclPtrNoel Grandin2015-04-091-1/+1
| * new loplugin: VCL widget reference checkerNoel Grandin2015-04-091-0/+86
* | loplugin:simplifybool: Need to ignore imp. casts when determining literalsStephan Bergmann2015-04-271-2/+2
* | Add clarifying commentStephan Bergmann2015-04-241-0/+9
* | loplugin:simplifyboolStephan Bergmann2015-04-241-0/+1029
* | Mac OS X ctype.h isdigit is not extern "C"Stephan Bergmann2015-04-231-1/+5
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-42/+63
* | Improve loplugin:implicitboolconversion cond. expr. handlingStephan Bergmann2015-04-231-28/+53
* | loplugin:staticmethodsNoel Grandin2015-04-231-1/+5
* | loplugin:staticmethodsNoel Grandin2015-04-231-1/+1
* | loplugin:staticmethodsNoel Grandin2015-04-231-1/+2
* | loplugin:staticmethodsNoel Grandin2015-04-231-2/+3
* | loplugin:staticmethodsNoel Grandin2015-04-231-2/+3
* | loplugin:implicitboolconversion: warn about conversions to unsigned charStephan Bergmann2015-04-171-37/+325
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* | loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-0/+42
* | loplugin:staticmethodsNoel Grandin2015-04-131-4/+19
* | loplugin:staticmethodsNoel Grandin2015-04-131-2/+7
|/
* loplugin:staticmethodsNoel Grandin2015-04-091-2/+7
* loplugin:staticmethodsNoel Grandin2015-04-091-0/+5
* loplugin:staticmethodsNoel Grandin2015-04-021-0/+14
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-3/+51
* Remove leftover debug codeStephan Bergmann2015-03-301-4/+0
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-4/+0
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-291-3/+0