summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
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
2019-09-28loplugin:virtualdead in editengNoel Grandin
2019-09-28loplugin:virtualdead in extensionsNoel Grandin
2019-09-27loplugin:virtualdead in sdNoel Grandin
2019-09-27loplugin:virtualdead in slideshowNoel Grandin
2019-09-27loplugin:virtualdead in svlNoel Grandin
2019-09-27loplugin:virtualdead in svxNoel Grandin
2019-09-26loplugin:virtualdead filter out some more stuff Noel Grandin
2019-09-26loplugin:virtualdead in vclNoel Grandin
2019-09-26loplugin:virtualdead in sw(2)Noel Grandin
2019-09-26loplugin:virtualdead in swNoel Grandin
2019-09-26new loplugin virtualdeadNoel Grandin
2019-09-26loplugin:unnecessaryvirtualNoel Grandin
2019-09-25Improve loplugin:sequenceloop diagnostic adviceStephan Bergmann
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-09-24compiler check for rtl::OUStringConcat instancesLuboš Luňák
2019-09-20rebuild sharedvisitor.cxx if any of its sources disappearsLuboš Luňák
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin
2019-09-17disable stringbuffer pluginNoel Grandin
2019-09-17Fix compilerplugins for macOS againStephan Bergmann
2019-09-13Avoid some false loplugin:redundantfcast involving std::function and lambdasStephan Bergmann
2019-09-12One more generated file missing from compilerplugins/.gitignoreStephan Bergmann
2019-09-11Adapt compilerplugins/.gitignoreStephan Bergmann
2019-09-11Adapt compilerplugins.cleanStephan Bergmann