summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-05-10an uno -> a unoCaolán McNamara2-2/+2
2019-05-09loplugin:unusedmethodsNoel Grandin2-229/+405
2019-05-09loplugin:unusedfieldsNoel Grandin4-179/+203
2019-05-09loplugin:unnecessaryvirtualNoel Grandin1-13/+13
2019-05-07loplugin:badstaticsNoel Grandin1-0/+2
2019-05-05avoid false warnings from oslendian clang plugin if PCH is usedLuboš Luňák1-0/+17
2019-05-05Fix typoAndrea Gelmini2-2/+2
2019-05-03Fix building compilerplugins with Clang trunk towards Clang 9Stephan Bergmann5-0/+16
2019-04-30revert part of "improve loplugin:stringconstant"Noel Grandin2-76/+45
2019-04-30improve loplugin:stringconstantNoel Grandin2-45/+76
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-2/+0
2019-04-29Fix typoAndrea Gelmini1-14/+14
2019-04-28Fix typoAndrea Gelmini1-1/+1
2019-04-28Fix typoAndrea Gelmini1-1/+1
2019-04-26There is no ImplSVMainHook()Tor Lillqvist2-6/+0
2019-04-26Fix typoAndrea Gelmini1-1/+1
2019-04-24tdf#89522 PERF FILEOPEN xlsx, part 1Noel Grandin2-0/+144
2019-04-21Fix typoAndrea Gelmini1-1/+1
2019-04-21Fix typoAndrea Gelmini1-1/+1
2019-04-19Fix typoAndrea Gelmini1-1/+1
2019-04-19optimise find/insert patternNoel Grandin2-6/+3
2019-04-18Removed spurious charsAndrea Gelmini1-9/+4
2019-04-17New loplugin:selfinitStephan Bergmann2-0/+121
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