summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-27m_bShowAllShapes in SdPageObjsTLV is deadNoel Grandin1-2/+0
2019-02-27loplugin:simplifybool improve search for negated operatorNoel Grandin2-56/+121
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-0/+28
2019-02-25loplugin:unusedmethodsNoel Grandin2-99/+151
2019-02-24Fix typoAndrea Gelmini1-1/+1
2019-02-23Fix typoAndrea Gelmini1-1/+1
2019-02-22loplugin:writeonlyvars is no-op on Windows, so don't run its test thereStephan Bergmann1-2/+8
2019-02-21loplugin:unusedfields improve write-only when dealing with operatorsNoel Grandin6-375/+1145
2019-02-21Fix typoAndrea Gelmini1-1/+1
2019-02-20Avoid loplugin:indentation after preproc conditional inclusion linesStephan Bergmann2-0/+14
2019-02-19Better loplugin:unnecessaryparen check for vexing parseStephan Bergmann1-2/+3