summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2015-09-08move mergeclasses loplugin result file to compilerplugins/Noel Grandin1-0/+330
2015-09-08new loplugin mergeclassesNoel Grandin2-0/+272
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann1-0/+10
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-9/+54
2015-08-21Enable loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-21loplugin:cstylecast, put the CastKind info backNoel Grandin1-4/+5
2015-08-21fix my previous change to cstylecast lopluginNoel Grandin1-1/+1
2015-08-20loplugin:cstylecastNoel Grandin1-1/+1
2015-08-20new loplugin automemNoel Grandin1-0/+91
2015-08-14Don't trigger assert in clang::ParmVarDecl::getDefaultArgStephan Bergmann1-2/+6
2015-08-14defaultparams loplugin should be off by default for nowNoel Grandin1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-11/+15
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-11new loplugin: defaultparamsNoel Grandin1-0/+80
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud1-1/+1
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin1-1/+119
2015-08-05loplugin:unusedmethodsNoel Grandin4-4/+77
2015-08-04-Werror,-Wunused-parameterStephan Bergmann1-0/+1
2015-08-04fix crash in refcounting pluginNoel Grandin5-5/+6
2015-08-04Workaround for libc++Stephan Bergmann1-0/+2
2015-08-04Workaround for ObjCIvarDecl problemStephan Bergmann1-0/+8
2015-08-04Adapt to current Clang trunk towards 3.7Stephan Bergmann7-12/+77
2015-08-03new loplugin: refcountingNoel Grandin1-0/+249
2015-07-30loplugin:unusedmethodsNoel Grandin1-1/+48
2015-07-24loplugin:unusedmethodsNoel Grandin2-21/+18
2015-07-22loplugin:unusedmethods scNoel Grandin2-3/+22
2015-07-21loplugin:unusedmethods swNoel Grandin1-0/+10
2015-07-21fix my previous commitNoel Grandin1-1/+1
2015-07-21workaround clang-3.5 issue in unusedmethods lopluginNoel Grandin1-1/+3
2015-07-21loplugin:unusedmethods sdNoel Grandin1-6/+6
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin1-2/+33
2015-07-21loplugin:unusedmethods ooxNoel Grandin1-0/+2
2015-07-20loplugin:unusedmethods dbaccessNoel Grandin1-0/+26
2015-07-20loplugin:unusedmethods sfx2Noel Grandin1-4/+8
2015-07-20loplugin:unusedmethods svlNoel Grandin2-9/+35
2015-07-17loplugin:unusedmethods lotuswordproNoel Grandin1-0/+1
2015-07-17loplugin:unusedmethods cuiNoel Grandin1-1/+6
2015-07-17loplugin:unusedmethods slideshowNoel Grandin1-34/+58
2015-07-16loplugin:unusedmethods sfx2Noel Grandin1-9/+16
2015-07-15loplugin:unusedmethods connectivityNoel Grandin1-0/+8
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin1-1/+1
2015-07-14improve the unusedmethods pluginNoel Grandin2-12/+8
2015-07-13loplugin:unusedmethods vclNoel Grandin2-0/+2
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-1/+6
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