summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-04-15improve loplugin simplifyconstructNoel Grandin3-0/+73
2019-04-12loplugin:unusedfieldsNoel Grandin4-349/+395
2019-04-12-Werror=unused-paramNoel Grandin1-4/+3
2019-04-12remove leftover debug dump() callsNoel Grandin1-2/+0
2019-04-12loplugin:unnecessaryvirtualNoel Grandin1-8/+12
2019-04-11new loplugin sequentialassignNoel Grandin2-0/+426
2019-03-27Disable LO_CLANG_SHARED_PLUGINS on Windows for nowStephan Bergmann1-0/+4
2019-03-27Adapt to Windows sal_uIntPtr/sal_uLong typedefsStephan Bergmann1-4/+4
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann1-0/+14
2019-03-27Adpat loplugin:typedefparam to AttributedTypeStephan Bergmann1-0/+7
2019-03-27Improve loplugin:typedefparam error reportingStephan Bergmann2-9/+8
2019-03-26loplugin:unnnecessaryvirtualNoel Grandin2-11/+13
2019-03-26loplugin:unusedfieldsNoel Grandin4-109/+75
2019-03-26loplugin:singlevalfieldsNoel Grandin2-48/+39
2019-03-25remove debugging leftoverNoel Grandin1-2/+0
2019-03-25new loplugin:unoqueryNoel Grandin2-0/+106
2019-03-24Resolves: tdf#122114 remove support for ~/.recently-used fileArkadiy Illarionov3-11/+0
2019-03-23Consistently make generator invocation $(QUIET) tooStephan Bergmann1-1/+1
2019-03-22Allow to pass additional options into generator's clang::toolingStephan Bergmann2-7/+23
2019-03-18It is building the generator exe that depends on $(CLANGOUTDIR)/sharedvisitorStephan Bergmann1-3/+2
2019-03-17Fix typoAndrea Gelmini1-2/+2
2019-03-16pahole changes in variousNoel Grandin2-94/+38
2019-03-15new pahole-all-classes script, and update a couple of sc/ structsNoel Grandin2-0/+189
2019-03-14loplugin:unusedmethodsNoel Grandin2-122/+86
2019-03-14loplugin:unusedfieldsNoel Grandin4-82/+64
2019-03-13warn if sharedvisitor generator cannot find code in a source fileLuboš Luňák1-0/+11
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák36-81/+1860
2019-03-11change some clang plugins to FilteringPluginsLuboš Luňák4-10/+8
2019-03-11blockblock clang plugin does not do rewritingLuboš Luňák1-2/+2
2019-03-11avoid a possible crash in loplugin's ignoreLocation()Luboš Luňák1-1/+4
2019-03-11move isDerivedFrom() from a clang plugin to shared code, for reuseLuboš Luňák3-32/+36
2019-03-11loplugin:constantparamNoel Grandin3-494/+511
2019-03-09loplugin:singlevalfieldsNoel Grandin2-673/+370
2019-03-09loplugin:unusedfieldsNoel Grandin4-810/+414
2019-03-09loplugin:unusedmethodsNoel Grandin2-154/+178
2019-03-09loplugin:unnecessaryvirtualNoel Grandin2-38/+46
2019-03-08remove debugging leftoverNoel Grandin1-1/+0
2019-03-08new loplugin constvarsNoel Grandin2-0/+558
2019-03-07Fix typoAndrea Gelmini1-1/+1
2019-03-06loplugin:staticconstfield improve warning messageNoel Grandin2-7/+10
2019-03-06Remove debugging dump()sStephan Bergmann1-8/+0
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin2-0/+19
2019-03-05re-land "new loplugin typedefparam""Noel Grandin2-0/+371
2019-03-04Revert "new loplugin typedefparam"Noel Grandin2-371/+0
2019-03-04new loplugin typedefparamNoel Grandin2-0/+371
2019-03-01do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák1-0/+2
2019-02-28Remove unused YYWarning functions (cargo cult?)Stephan Bergmann1-1/+1
2019-02-27Fix apparent temporary debugging leftoverStephan Bergmann1-1/+0
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin2-50/+111
2019-02-27loplugin:unusedfields fix read/write when dealing with r<<= and >>=Noel Grandin2-8/+26