summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-05-31tdf#114596 compilerplugins: add exception to [loplugin:refcounting]Xisco Fauli1-0/+5
2019-05-27fix compilerplugin rebuilding when system clang changesLuboš Luňák2-4/+4
2019-05-27Revert "Remove broken rebuild of compilerplugins when CLANG_FULL_VERSION..."Luboš Luňák1-0/+2
2019-05-27sharedvisitor generator should also be rebuilt if clang changesLuboš Luňák1-0/+2
2019-05-27fix clang version checkLuboš Luňák1-2/+2
2019-05-23Avoid putting generator.dwo in current working dirStephan Bergmann1-1/+4
2019-05-22New loplugin:dataStephan Bergmann1-0/+84
2019-05-22Don't try to evaluate value of value-dependent ExprStephan Bergmann2-2/+2
2019-05-20use -gsplit-dwarf also for compilerplugins if possibleLuboš Luňák1-0/+4
2019-05-19PPCallback clang plugin should say soLuboš Luňák1-0/+4
2019-05-16Adapt compilerplugins to Clang 9 isExplicitSpecified -> getExplicitSpecifierStephan Bergmann2-2/+18
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