summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-15Improve loplugin:stringadd diagnosticsStephan Bergmann
2019-10-15Fix typoAndrea Gelmini
2019-10-15Improve loplugin:stringaddStephan Bergmann
2019-10-15use PCH for clang plugin source too, if enabledLuboš Luňák
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-15Can use pointer to const hereStephan Bergmann
2019-10-14New loplugin:getstrStephan Bergmann
2019-10-14Comment out a lambda capture that isn't used, to avoid compiler warningTor Lillqvist
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-12Adapt compilerplugins/.gitignoreStephan Bergmann
2019-10-10Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann
2019-10-10Fix detection of std::unique_ptr/shared_ptr in loplugin:redundantpointeropsStephan Bergmann
2019-10-09Improve loplugin:redundantpointerops diagnostic messagesStephan Bergmann
2019-10-09fix compilerplugins makefile typoLuboš Luňák
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin
2019-10-08My Windows clang-cl build still doesn't use LO_CLANG_SHARED_PLUGINSStephan Bergmann
2019-10-08better name for a function in compilerpluginsLuboš Luňák
2019-10-08New loplugin:classmemaccessStephan Bergmann
2019-10-08More generated files to take care ofStephan Bergmann
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-10-07try to autodetect flags needed to build Clang pluginsLuboš Luňák
2019-10-07fix various warnings in compilerpluginsLuboš Luňák
2019-10-07generate make dependencies also for clang.pchLuboš Luňák
2019-10-07Fix function name, "revert" -> "reverse"Stephan Bergmann
2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák
2019-10-06the PCH in compilerplugins should also depend on the MakefileLuboš Luňák
2019-10-06replace throw with abortLuboš Luňák
2019-10-04loplugin:unusedfieldsNoel Grandin
2019-10-04loplugin:unusedmethodsNoel Grandin
2019-10-04loplugin:methodcyclesNoel Grandin
2019-10-04loplugin:singlevalfieldsNoel Grandin
2019-10-03loplugin:unnecessaryvirtualNoel Grandin
2019-10-03loplugin:virtualdeadNoel Grandin
2019-10-03loplugin:unusedmethodsNoel Grandin
2019-10-03loplugin:unusedfieldsNoel Grandin
2019-10-02new loplugin:stringaddNoel Grandin
2019-10-02-Werror,-Winconsistent-missing-overrideStephan Bergmann
2019-10-01loplugin:noexceptmove: Cater for null FunctionDecl::getBodyStephan Bergmann
2019-10-01Silence a supposedly unproblematic loplugin:badstatics (clang-cl)Stephan Bergmann
2019-10-01Remove spurious #include <unistd.h>Stephan Bergmann
2019-10-01Use loplugin::isSamePathname (as needed on Windows)Stephan Bergmann
2019-09-30new loplugin:duplicate-definesNoel Grandin
2019-09-29constmethod for accessor-type methodsNoel Grandin
2019-09-28loplugin:virtualdead in basegfxNoel Grandin
2019-09-28loplugin:virtualdead in chart2Noel Grandin
2019-09-28loplugin:virtualdead in dbaccessNoel Grandin
2019-09-28loplugin:virtualdead in basctlNoel Grandin