summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-10-17loplugin:virtualdead unusedparam in LoggedTable::lcl_entryNoel Grandin1-3/+0
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin2-20/+19
2019-10-17loplugin:virtualdead dead propertygroup functionalityNoel Grandin1-3/+0
2019-10-17loplugin:virtualdead look for virtual methods where a param is unusedNoel Grandin4-43/+543
2019-10-17loplugin:stringadd fix conditionNoel Grandin1-1/+2
2019-10-17Remaining loplugin:bufferaddStephan Bergmann1-4/+9
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-8/+8
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin2-29/+24
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin2-8/+17
2019-10-15Improve loplugin:stringadd diagnosticsStephan Bergmann2-9/+13
2019-10-15Fix typoAndrea Gelmini1-1/+1
2019-10-15Improve loplugin:stringaddStephan Bergmann2-33/+17
2019-10-15use PCH for clang plugin source too, if enabledLuboš Luňák3-1/+96
2019-10-15new loplugin:bufferaddNoel Grandin2-0/+491
2019-10-15Can use pointer to const hereStephan Bergmann1-1/+1
2019-10-14New loplugin:getstrStephan Bergmann5-1/+251
2019-10-14Comment out a lambda capture that isn't used, to avoid compiler warningTor Lillqvist1-1/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin2-11/+122
2019-10-12Adapt compilerplugins/.gitignoreStephan Bergmann1-0/+1
2019-10-10Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann2-0/+21
2019-10-10Fix detection of std::unique_ptr/shared_ptr in loplugin:redundantpointeropsStephan Bergmann4-20/+84
2019-10-09Improve loplugin:redundantpointerops diagnostic messagesStephan Bergmann3-10/+28
2019-10-09fix compilerplugins makefile typoLuboš Luňák1-1/+1
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin1-6/+9
2019-10-08My Windows clang-cl build still doesn't use LO_CLANG_SHARED_PLUGINSStephan Bergmann1-1/+2
2019-10-08better name for a function in compilerpluginsLuboš Luňák52-71/+74
2019-10-08New loplugin:classmemaccessStephan Bergmann2-0/+169
2019-10-08More generated files to take care ofStephan Bergmann2-0/+4
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin2-7/+27
2019-10-07try to autodetect flags needed to build Clang pluginsLuboš Luňák3-39/+29
2019-10-07fix various warnings in compilerpluginsLuboš Luňák11-11/+13
2019-10-07generate make dependencies also for clang.pchLuboš Luňák1-2/+6
2019-10-07Fix function name, "revert" -> "reverse"Stephan Bergmann1-2/+2
2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák28-29/+28
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