summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-10-06the PCH in compilerplugins should also depend on the MakefileLuboš Luňák1-1/+1
2019-10-06replace throw with abortLuboš Luňák1-2/+8
2019-10-04loplugin:unusedfieldsNoel Grandin4-68/+34
2019-10-04loplugin:unusedmethodsNoel Grandin2-186/+94
2019-10-04loplugin:methodcyclesNoel Grandin3-99/+74
2019-10-04loplugin:singlevalfieldsNoel Grandin2-706/+351
2019-10-03loplugin:unnecessaryvirtualNoel Grandin2-39/+21
2019-10-03loplugin:virtualdeadNoel Grandin1-1/+12
2019-10-03loplugin:unusedmethodsNoel Grandin2-116/+222
2019-10-03loplugin:unusedfieldsNoel Grandin5-708/+314
2019-10-02new loplugin:stringaddNoel Grandin2-0/+423
2019-10-02-Werror,-Winconsistent-missing-overrideStephan Bergmann1-2/+2
2019-10-01loplugin:noexceptmove: Cater for null FunctionDecl::getBodyStephan Bergmann1-2/+3
2019-10-01Silence a supposedly unproblematic loplugin:badstatics (clang-cl)Stephan Bergmann1-0/+4
2019-10-01Remove spurious #include <unistd.h>Stephan Bergmann1-2/+0
2019-10-01Use loplugin::isSamePathname (as needed on Windows)Stephan Bergmann1-5/+5
2019-09-30new loplugin:duplicate-definesNoel Grandin1-0/+105
2019-09-29constmethod for accessor-type methodsNoel Grandin3-57/+56
2019-09-28loplugin:virtualdead in basegfxNoel Grandin1-6/+0
2019-09-28loplugin:virtualdead in chart2Noel Grandin1-6/+0
2019-09-28loplugin:virtualdead in dbaccessNoel Grandin1-3/+0
2019-09-28loplugin:virtualdead in basctlNoel Grandin1-3/+0
2019-09-28loplugin:virtualdead in editengNoel Grandin1-3/+0
2019-09-28loplugin:virtualdead in extensionsNoel Grandin1-3/+0
2019-09-27loplugin:virtualdead in sdNoel Grandin1-6/+0
2019-09-27loplugin:virtualdead in slideshowNoel Grandin1-3/+0
2019-09-27loplugin:virtualdead in svlNoel Grandin1-6/+0
2019-09-27loplugin:virtualdead in svxNoel Grandin1-9/+0
2019-09-26loplugin:virtualdead filter out some more stuff Noel Grandin2-68/+2
2019-09-26loplugin:virtualdead in vclNoel Grandin1-15/+0
2019-09-26loplugin:virtualdead in sw(2)Noel Grandin1-3/+0
2019-09-26loplugin:virtualdead in swNoel Grandin1-9/+0
2019-09-26new loplugin virtualdeadNoel Grandin3-0/+633
2019-09-26loplugin:unnecessaryvirtualNoel Grandin1-17/+37
2019-09-25Improve loplugin:sequenceloop diagnostic adviceStephan Bergmann2-2/+3
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák2-0/+14
2019-09-24compiler check for rtl::OUStringConcat instancesLuboš Luňák4-6/+175
2019-09-20rebuild sharedvisitor.cxx if any of its sources disappearsLuboš Luňák1-0/+22
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin2-41/+160
2019-09-17disable stringbuffer pluginNoel Grandin1-1/+1
2019-09-17Fix compilerplugins for macOS againStephan Bergmann1-2/+3
2019-09-13Avoid some false loplugin:redundantfcast involving std::function and lambdasStephan Bergmann3-2/+98
2019-09-12One more generated file missing from compilerplugins/.gitignoreStephan Bergmann1-0/+1
2019-09-11Adapt compilerplugins/.gitignoreStephan Bergmann1-0/+17
2019-09-11Adapt compilerplugins.cleanStephan Bergmann1-1/+10
2019-09-11loplugin:redundantfcast check for std::function castNoel Grandin2-23/+57
2019-09-06make clangplugin analyzer use internally a PCH to speed things upLuboš Luňák3-4/+44
2019-09-06split clangplugins sharedvisitor generator into two stepsLuboš Luňák5-2114/+473
2019-09-06Fixing "...."Andrea Gelmini4-4/+4
2019-09-05Use compat::IgnoreImplicitStephan Bergmann1-2/+2