summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2015-07-08loplugin:unusedmethods vclNoel Grandin2-4/+24
2015-07-07loplugin:unusedmethods packageNoel Grandin2-9/+12
2015-07-07loplugin:unusedmethods ucbNoel Grandin2-17/+38
2015-07-06No MAP_POPULATE on Mac OS XStephan Bergmann1-1/+1
2015-07-06new loplugin: unusedmethodsNoel Grandin3-0/+420
2015-07-06improve the returnbyref lopluginNoel Grandin1-21/+35
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-0/+6
2015-06-26loplugin:stringconstant: OUStringLiteral1 can handle NUL literals just fineStephan Bergmann1-3/+3
2015-06-25...in case this ever gets used with an unsigned APSInt of bitwidth < 7Stephan Bergmann1-1/+1
2015-06-25my previous fix triggered an assert in clangNoel Grandin1-1/+1
2015-06-25error: invalid operands to binary expression ('llvm::APSInt' and 'int')Noel Grandin1-1/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-0/+133
2015-06-22Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxxStephan Bergmann1-2/+1
2015-06-22Fix for BUILDDIR != SRCDIRStephan Bergmann1-1/+1
2015-06-15Remove loplugin:pointertoboolStephan Bergmann1-167/+0
2015-06-15fix vclwidget plugin warning messageNoel Grandin1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-6/+0
2015-06-12New VclPtr clang plugin to catch potential problems.Noel Grandin1-0/+19
2015-06-09loplugin:unreffun: workaround for visibility-adding redeclsStephan Bergmann1-0/+11
2015-06-09forgot to add this - the python file for the unnnecessaryvirtualNoel Grandin1-0/+77
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin2-31/+186
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-8/+0
2015-06-02Enable loplugin:loopvartoosmallStephan Bergmann1-4/+4
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-13/+104
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-0/+19
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-5/+6
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-12/+11
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-0/+119
2015-05-22loplugin:constantfunctionNoel Grandin1-1/+6
2015-05-19vclwidget plugin: check for memcpy of VclPtrNoel Grandin1-0/+108
2015-05-14loplugin rendercontext: No param => no check.Jan Holesovsky1-0/+2
2015-05-14loplugin: rendercontext, limit output for nowNoel Grandin1-0/+7
2015-05-13check for static fields that needs to be wrapped in VclPtrNoel Grandin1-14/+19
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-30/+44
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-4/+5
2015-05-11Suppress loplugin:implicitboolconversion warnings in Objective-C codeStephan Bergmann1-5/+7
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin1-8/+46
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-9/+0
2015-05-08lopluign:staticmethods: Improve diagnosticsStephan Bergmann1-1/+8
2015-05-08Enable loplugin:staticmethodsStephan Bergmann1-1/+1
2015-05-08lopluign:implicitboolconversion: warn about conversion from sal_Bool etc., tooStephan Bergmann1-46/+85
2015-05-07workaround for clang3.2 in vclwidgets clang pluginNoel Grandin1-7/+16
2015-05-07fix commentNoel Grandin1-1/+1
2015-05-07More of the sameTor Lillqvist1-2/+2
2015-05-07It's its, not it'sTor Lillqvist1-1/+1
2015-05-07new clang plugin: rendercontextNoel Grandin1-0/+93