summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2020-03-28Fix is_typed_flags for BrowseMode (compilerplugins)Julien Nabet2-2/+2
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann2-24/+74
2020-03-23Fix typosAndrea Gelmini1-2/+2
2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin1-4/+9
2020-03-10Deref of DynTypedNode* must not outlive owning DynTypedNodeListStephan Bergmann2-4/+6
2020-03-09compilerplugins: remove unused getDeclContext()Miklos Vajna1-18/+0
2020-03-09Add --disable-compiler-plugins-analyzer-pch for Jenkins/linux_clang_dbgutil_64Stephan Bergmann2-6/+3
2020-03-09improve loplugin:unusedfieldsNoel Grandin7-103/+373
2020-03-06loplugin:unusedmethodsNoel Grandin1-158/+180
2020-03-02Adapt compilerplugins to Clang trunk changeStephan Bergmann6-10/+8
2020-02-27loplugin:constantparamNoel Grandin4-539/+551
2020-02-27loplugin:unusedfieldsNoel Grandin4-88/+76
2020-02-27loplugin:singlevalfieldsNoel Grandin2-71/+89
2020-02-26new loplugin:xmlimportNoel Grandin2-0/+193
2020-02-23Revert "loplugin:sequenceloop improve rvalue detection"Noel Grandin2-15/+0
2020-02-21Drop o3tl::optional wrapperStephan Bergmann2-2/+2
2020-02-21loplugin:sequenceloop improve rvalue detectionNoel Grandin2-0/+15
2020-02-21loplugin:unusedmethodsNoel Grandin1-150/+172
2020-02-20Adapt structurallyIdentical to current needsStephan Bergmann1-0/+3
2020-02-20loplugin:unusedfieldsNoel Grandin4-122/+132
2020-02-20loplugin:unnecessaryvirtualNoel Grandin2-39/+237
2020-02-20loplugin:singlevalfieldsNoel Grandin2-47/+41
2020-02-19drop newly unused methodsCaolán McNamara1-4/+0
2020-02-17weld LimitBox Item WindowCaolán McNamara1-1/+0
2020-02-17Fix typoAndrea Gelmini1-1/+1
2020-02-16Fix compilerplugins/clang/test/consttobool.cxxStephan Bergmann1-2/+10
2020-02-16Fix loplugin:conststringvarStephan Bergmann1-10/+17
2020-02-14Prevent -Werror,-Wunknown-warning-option when building compilerpluginsStephan Bergmann1-0/+8
2020-02-14deliver more useful message when I mess up a conversion to shared pluginNoel Grandin1-16/+18
2020-02-14make unusedmember use the shared plugin infrastructureNoel Grandin1-20/+29
2020-02-13convert conststringvar plugin to shared infrastructreNoel Grandin4-56/+54
2020-02-13drop workben outdevgrindCaolán McNamara1-2/+0
2020-02-13Get rid of some unnecessary llvm::StringRef -> std::string conversionsStephan Bergmann4-24/+17
2020-02-13aImmediateMacro is unusedStephan Bergmann1-2/+0
2020-02-10sort compilerplugin sourcesLuboš Luňák1-2/+2
2020-02-07Fix typoAndrea Gelmini1-2/+2
2020-02-07loplugin:singlevalfieldsNoel Grandin2-123/+102
2020-02-07loplugin:unusedmethodsNoel Grandin1-16/+30
2020-02-06merge FillTypeLB with SvxFillTypeBoxCaolán McNamara1-1/+0
2020-02-03Silence loplugin:unnecessaryoverride in WinSalInstance::GetBackendCapabilitiesStephan Bergmann1-0/+4
2020-02-03Silence loplugin:duplicatedefines for WIN32_LEAN_AND_MEAN (clang-cl)Stephan Bergmann1-0/+5
2020-02-03Missing include (std::isspace)Stephan Bergmann1-0/+1
2020-02-03make some headers privateCaolán McNamara1-1/+1
2020-02-03handle -Wunused-function warnings in clang's sharedvisitor.cxxLuboš Luňák1-0/+10
2020-02-03loplugin:unusedmethodsNoel Grandin1-93/+71
2020-02-03loplugin:unusedfieldsNoel Grandin1-1/+4
2020-02-03significantly reduce build time of sharedvisitor.cxxLuboš Luňák5-9/+88
2020-02-03loplugin:constantparamNoel Grandin5-1418/+1702
2020-01-31loplugin:unusedfields improve checking for fields guarded by existence checkNoel Grandin6-147/+231
2020-01-31loplugin:singlevalfieldsNoel Grandin2-187/+211