summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unreffun: workaround for visibility-adding redeclsStephan Bergmann2015-06-091-0/+11
* forgot to add this - the python file for the unnnecessaryvirtualNoel Grandin2015-06-091-0/+77
* loplugin:unnecessaryvirtualsNoel Grandin2015-06-092-31/+186
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-8/+0
* Enable loplugin:loopvartoosmallStephan Bergmann2015-06-021-4/+4
* loplugin:loopvartoosmallNoel Grandin2015-06-021-1/+1
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-13/+104
* loplugin:loopvartoosmallNoel Grandin2015-06-011-1/+1
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-0/+19
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-291-5/+6
* loplugin:loopvartoosmallNoel Grandin2015-05-291-2/+2
* loplugin:loopvartoosmallNoel Grandin2015-05-291-12/+11
* new clang plugin: loopvartoosmallNoel Grandin2015-05-281-0/+119
* loplugin:constantfunctionNoel Grandin2015-05-221-1/+6
* vclwidget plugin: check for memcpy of VclPtrNoel Grandin2015-05-191-0/+108
* loplugin rendercontext: No param => no check.Jan Holesovsky2015-05-141-0/+2
* loplugin: rendercontext, limit output for nowNoel Grandin2015-05-141-0/+7
* check for static fields that needs to be wrapped in VclPtrNoel Grandin2015-05-131-14/+19
* loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann2015-05-121-30/+44
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-4/+5
* Suppress loplugin:implicitboolconversion warnings in Objective-C codeStephan Bergmann2015-05-111-5/+7
* sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin2015-05-111-8/+46
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-9/+0
* lopluign:staticmethods: Improve diagnosticsStephan Bergmann2015-05-081-1/+8
* Enable loplugin:staticmethodsStephan Bergmann2015-05-081-1/+1
* lopluign:implicitboolconversion: warn about conversion from sal_Bool etc., tooStephan Bergmann2015-05-081-46/+85
* 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
* new clang plugin: rendercontextNoel Grandin2015-05-071-0/+93
* Downgrade for old ClangStephan Bergmann2015-05-051-3/+9
* loplugin:staticmethodsNoel Grandin2015-05-051-3/+6
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+5
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+9
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+3
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+5
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+3
* Adapt loplugin:checkconfigmacros to current Clang trunkStephan Bergmann2015-05-041-5/+21
* Do not warn about Link<Window *>Stephan Bergmann2015-04-301-1/+6
* streamline containsWindowSubclassStephan Bergmann2015-04-301-14/+12
* 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