summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* improve loplugin simplifyconstructNoel Grandin2019-04-153-0/+73
* loplugin:unusedfieldsNoel Grandin2019-04-124-349/+395
* -Werror=unused-paramNoel Grandin2019-04-121-4/+3
* remove leftover debug dump() callsNoel Grandin2019-04-121-2/+0
* loplugin:unnecessaryvirtualNoel Grandin2019-04-121-8/+12
* new loplugin sequentialassignNoel Grandin2019-04-112-0/+426
* Disable LO_CLANG_SHARED_PLUGINS on Windows for nowStephan Bergmann2019-03-271-0/+4
* Adapt to Windows sal_uIntPtr/sal_uLong typedefsStephan Bergmann2019-03-271-4/+4
* loplugin:typedefparam (clang-cl)Stephan Bergmann2019-03-271-0/+14
* Adpat loplugin:typedefparam to AttributedTypeStephan Bergmann2019-03-271-0/+7
* Improve loplugin:typedefparam error reportingStephan Bergmann2019-03-272-9/+8
* loplugin:unnnecessaryvirtualNoel Grandin2019-03-262-11/+13
* loplugin:unusedfieldsNoel Grandin2019-03-264-109/+75
* loplugin:singlevalfieldsNoel Grandin2019-03-262-48/+39
* remove debugging leftoverNoel Grandin2019-03-251-2/+0
* new loplugin:unoqueryNoel Grandin2019-03-252-0/+106
* Resolves: tdf#122114 remove support for ~/.recently-used fileArkadiy Illarionov2019-03-243-11/+0
* Consistently make generator invocation $(QUIET) tooStephan Bergmann2019-03-231-1/+1
* Allow to pass additional options into generator's clang::toolingStephan Bergmann2019-03-222-7/+23
* It is building the generator exe that depends on $(CLANGOUTDIR)/sharedvisitorStephan Bergmann2019-03-181-3/+2
* Fix typoAndrea Gelmini2019-03-171-2/+2
* pahole changes in variousNoel Grandin2019-03-162-94/+38
* new pahole-all-classes script, and update a couple of sc/ structsNoel Grandin2019-03-152-0/+189
* loplugin:unusedmethodsNoel Grandin2019-03-142-122/+86
* loplugin:unusedfieldsNoel Grandin2019-03-144-82/+64
* warn if sharedvisitor generator cannot find code in a source fileLuboš Luňák2019-03-131-0/+11
* make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák2019-03-1236-81/+1860
* change some clang plugins to FilteringPluginsLuboš Luňák2019-03-114-10/+8
* blockblock clang plugin does not do rewritingLuboš Luňák2019-03-111-2/+2
* avoid a possible crash in loplugin's ignoreLocation()Luboš Luňák2019-03-111-1/+4
* move isDerivedFrom() from a clang plugin to shared code, for reuseLuboš Luňák2019-03-113-32/+36
* loplugin:constantparamNoel Grandin2019-03-113-494/+511
* loplugin:singlevalfieldsNoel Grandin2019-03-092-673/+370
* loplugin:unusedfieldsNoel Grandin2019-03-094-810/+414
* loplugin:unusedmethodsNoel Grandin2019-03-092-154/+178
* loplugin:unnecessaryvirtualNoel Grandin2019-03-092-38/+46
* remove debugging leftoverNoel Grandin2019-03-081-1/+0
* new loplugin constvarsNoel Grandin2019-03-082-0/+558
* Fix typoAndrea Gelmini2019-03-071-1/+1
* loplugin:staticconstfield improve warning messageNoel Grandin2019-03-062-7/+10
* Remove debugging dump()sStephan Bergmann2019-03-061-8/+0
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-062-0/+19
* re-land "new loplugin typedefparam""Noel Grandin2019-03-052-0/+371
* Revert "new loplugin typedefparam"Noel Grandin2019-03-042-371/+0
* new loplugin typedefparamNoel Grandin2019-03-042-0/+371
* do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák2019-03-011-0/+2
* Remove unused YYWarning functions (cargo cult?)Stephan Bergmann2019-02-281-1/+1
* Fix apparent temporary debugging leftoverStephan Bergmann2019-02-271-1/+0
* loplugin:unnecessaryoverride look for more patternsNoel Grandin2019-02-272-50/+111
* loplugin:unusedfields fix read/write when dealing with r<<= and >>=Noel Grandin2019-02-272-8/+26