summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Extend loplugin:cstylecast to certain function-style castsStephan Bergmann2020-03-262-24/+74
* Fix typosAndrea Gelmini2020-03-231-2/+2
* loplugin:redundantpointerops add some more smart pointer typesNoel Grandin2020-03-191-4/+9
* Deref of DynTypedNode* must not outlive owning DynTypedNodeListStephan Bergmann2020-03-102-4/+6
* compilerplugins: remove unused getDeclContext()Miklos Vajna2020-03-091-18/+0
* Add --disable-compiler-plugins-analyzer-pch for Jenkins/linux_clang_dbgutil_64Stephan Bergmann2020-03-092-6/+3
* improve loplugin:unusedfieldsNoel Grandin2020-03-097-103/+373
* loplugin:unusedmethodsNoel Grandin2020-03-061-158/+180
* Adapt compilerplugins to Clang trunk changeStephan Bergmann2020-03-026-10/+8
* loplugin:constantparamNoel Grandin2020-02-274-539/+551
* loplugin:unusedfieldsNoel Grandin2020-02-274-88/+76
* loplugin:singlevalfieldsNoel Grandin2020-02-272-71/+89
* new loplugin:xmlimportNoel Grandin2020-02-262-0/+193
* Revert "loplugin:sequenceloop improve rvalue detection"Noel Grandin2020-02-232-15/+0
* Drop o3tl::optional wrapperStephan Bergmann2020-02-212-2/+2
* loplugin:sequenceloop improve rvalue detectionNoel Grandin2020-02-212-0/+15
* loplugin:unusedmethodsNoel Grandin2020-02-211-150/+172
* Adapt structurallyIdentical to current needsStephan Bergmann2020-02-201-0/+3
* loplugin:unusedfieldsNoel Grandin2020-02-204-122/+132
* loplugin:unnecessaryvirtualNoel Grandin2020-02-202-39/+237
* loplugin:singlevalfieldsNoel Grandin2020-02-202-47/+41
* drop newly unused methodsCaolán McNamara2020-02-191-4/+0
* weld LimitBox Item WindowCaolán McNamara2020-02-171-1/+0
* Fix typoAndrea Gelmini2020-02-171-1/+1
* Fix compilerplugins/clang/test/consttobool.cxxStephan Bergmann2020-02-161-2/+10
* Fix loplugin:conststringvarStephan Bergmann2020-02-161-10/+17
* Prevent -Werror,-Wunknown-warning-option when building compilerpluginsStephan Bergmann2020-02-141-0/+8
* deliver more useful message when I mess up a conversion to shared pluginNoel Grandin2020-02-141-16/+18
* make unusedmember use the shared plugin infrastructureNoel Grandin2020-02-141-20/+29
* convert conststringvar plugin to shared infrastructreNoel Grandin2020-02-134-56/+54
* drop workben outdevgrindCaolán McNamara2020-02-131-2/+0
* Get rid of some unnecessary llvm::StringRef -> std::string conversionsStephan Bergmann2020-02-134-24/+17
* aImmediateMacro is unusedStephan Bergmann2020-02-131-2/+0
* sort compilerplugin sourcesLuboš Luňák2020-02-101-2/+2
* Fix typoAndrea Gelmini2020-02-071-2/+2
* loplugin:singlevalfieldsNoel Grandin2020-02-072-123/+102
* loplugin:unusedmethodsNoel Grandin2020-02-071-16/+30
* merge FillTypeLB with SvxFillTypeBoxCaolán McNamara2020-02-061-1/+0
* Silence loplugin:unnecessaryoverride in WinSalInstance::GetBackendCapabilitiesStephan Bergmann2020-02-031-0/+4
* Silence loplugin:duplicatedefines for WIN32_LEAN_AND_MEAN (clang-cl)Stephan Bergmann2020-02-031-0/+5
* Missing include (std::isspace)Stephan Bergmann2020-02-031-0/+1
* make some headers privateCaolán McNamara2020-02-031-1/+1
* handle -Wunused-function warnings in clang's sharedvisitor.cxxLuboš Luňák2020-02-031-0/+10
* loplugin:unusedmethodsNoel Grandin2020-02-031-93/+71
* loplugin:unusedfieldsNoel Grandin2020-02-031-1/+4
* significantly reduce build time of sharedvisitor.cxxLuboš Luňák2020-02-035-9/+88
* loplugin:constantparamNoel Grandin2020-02-035-1418/+1702
* loplugin:unusedfields improve checking for fields guarded by existence checkNoel Grandin2020-01-316-147/+231
* loplugin:singlevalfieldsNoel Grandin2020-01-312-187/+211
* new loplugin:namespaceindentationNoel Grandin2020-01-312-0/+269