summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2019-05-092-229/+405
* loplugin:unusedfieldsNoel Grandin2019-05-094-179/+203
* loplugin:unnecessaryvirtualNoel Grandin2019-05-091-13/+13
* loplugin:badstaticsNoel Grandin2019-05-071-0/+2
* avoid false warnings from oslendian clang plugin if PCH is usedLuboš Luňák2019-05-051-0/+17
* Fix typoAndrea Gelmini2019-05-052-2/+2
* Fix building compilerplugins with Clang trunk towards Clang 9Stephan Bergmann2019-05-035-0/+16
* revert part of "improve loplugin:stringconstant"Noel Grandin2019-04-302-76/+45
* improve loplugin:stringconstantNoel Grandin2019-04-302-45/+76
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-301-2/+0
* Fix typoAndrea Gelmini2019-04-291-14/+14
* Fix typoAndrea Gelmini2019-04-281-1/+1
* Fix typoAndrea Gelmini2019-04-281-1/+1
* There is no ImplSVMainHook()Tor Lillqvist2019-04-262-6/+0
* Fix typoAndrea Gelmini2019-04-261-1/+1
* tdf#89522 PERF FILEOPEN xlsx, part 1Noel Grandin2019-04-242-0/+144
* Fix typoAndrea Gelmini2019-04-211-1/+1
* Fix typoAndrea Gelmini2019-04-211-1/+1
* Fix typoAndrea Gelmini2019-04-191-1/+1
* optimise find/insert patternNoel Grandin2019-04-192-6/+3
* Removed spurious charsAndrea Gelmini2019-04-181-9/+4
* New loplugin:selfinitStephan Bergmann2019-04-172-0/+121
* 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