summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/vclwidgets.cxx
Commit message (Expand)AuthorAgeFilesLines
* Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann2017-12-191-9/+2
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-1/+2
* Look through derived-to-base ImpliciCastStephan Bergmann2017-09-281-2/+2
* More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann2017-09-111-11/+11
* Fix loplugin:vclwidgets' disposeOnce checkStephan Bergmann2017-06-261-16/+27
* extensions: remove COMPMOD preprocessor definesJochen Nitschke2017-06-261-1/+1
* getBody() can be null for a defaulted dtorStephan Bergmann2017-06-061-3/+3
* Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann2017-05-181-12/+12
* Fix build after 7d71451e8e0226d3f3f523611f55132eda6ec10fStephan Bergmann2017-04-271-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* loplugin:vclwidgets: Adapt check for 'assert' for MSVCRTStephan Bergmann2016-12-181-3/+11
* Check that VclPtr is only instantiated with appropriate typesStephan Bergmann2016-12-141-19/+0
* Catch some misuses of VclPtr constructionStephan Bergmann2016-12-091-7/+26
* Replace calls to get(Qualified)NameAsString with stuff from check.hxxStephan Bergmann2016-12-071-68/+73
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2016-11-291-20/+64
* update vclwidget loplugin to find ref-dropping assigmentNoel Grandin2016-11-111-2/+58
* loplugin:vclwidgets: Adapt iterator hack to libc++Stephan Bergmann2016-10-311-2/+5
* update vclwidgets plugin to check local variablesNoel Grandin2016-10-311-44/+80
* Adapt to Clang 3.4 againStephan Bergmann2016-07-111-7/+11
* restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin2016-07-061-0/+96
* Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann2016-06-281-3/+5
* update vclwidgets loplugin to handle VclReferenceBaseNoel Grandin2016-05-181-18/+20
* These version checks are about the Clang the plugins are built /against/Stephan Bergmann2016-02-261-1/+1
* Remove apparently unnecessary checksStephan Bergmann2015-12-081-20/+1
* No, "rtl::Reference<VclStatusListener<Button>> mpStatusListener;" is fineStephan Bergmann2015-12-071-1/+5
* sc: loplugin:badstatics: remove pActiveEdWnd global variableMichael Stahl2015-11-131-1/+3
* Improve warning messagesStephan Bergmann2015-11-051-12/+12
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-12/+12
* tdf#94389 compilerplugins: clang 3.7.0Daniel Robertson2015-09-211-1/+1
* fix crash in refcounting pluginNoel Grandin2015-08-041-1/+1
* Adapt to current Clang trunk towards 3.7Stephan Bergmann2015-08-041-2/+8
* fix vclwidget plugin warning messageNoel Grandin2015-06-151-1/+1
* New VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-121-0/+19
* vclwidget plugin: check for memcpy of VclPtrNoel Grandin2015-05-191-0/+108
* check for static fields that needs to be wrapped in VclPtrNoel Grandin2015-05-131-14/+19
* workaround for clang3.2 in vclwidgets clang pluginNoel Grandin2015-05-071-7/+16
* fix commentNoel Grandin2015-05-071-1/+1
* More of the sameTor Lillqvist2015-05-071-2/+2
* It's its, not it'sTor Lillqvist2015-05-071-1/+1
* Downgrade for old ClangStephan Bergmann2015-05-051-3/+9
* Do not warn about Link<Window *>Stephan Bergmann2015-04-301-1/+6
* streamline containsWindowSubclassStephan Bergmann2015-04-301-14/+12
* Work around FieldDecl::getParent raising assertionStephan Bergmann2015-04-281-1/+1
* 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