summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2020-11-04copy_paste_error: "clazz" looks like a copy-paste errorCaolán McNamara1-1/+1
2020-11-04loplugin:constantparamNoel5-1005/+967
2020-11-03Avoid UBSan pointer-overflowStephan Bergmann1-0/+17
2020-11-03loplugin:unusedfieldsNoel4-315/+321
2020-11-03loplugin:unnecessaryvirtualNoel2-14/+30
2020-11-02Fix typosAndrea Gelmini1-1/+1
2020-11-02create common macro and method for logging unknown attributesNoel1-4/+11
2020-11-02drop the SvXMLExport::EndElement method..Noel1-0/+4
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel2-136/+308
2020-10-29ne_lock::timeout is of type long, so keep using that hereStephan Bergmann1-1/+2
2020-10-29Clean up loplugin:toolslong ignorelistStephan Bergmann1-2/+1
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann2-27/+32
2020-10-27Teach loplugin:toolslong about curl_easy_getinfoStephan Bergmann1-0/+44
2020-10-26Remove unmaintained Executable_libtestStephan Bergmann1-2/+1
2020-10-26loplugin:toolslong (--enable-online-update)Stephan Bergmann1-1/+2
2020-10-26loplugin:toolslong exclude pyuno fileNoel1-0/+5
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-0/+556
2020-10-21Fix loplugin:salcallStephan Bergmann2-101/+59
2020-10-19clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann1-1/+1
2020-10-19tdf#136073 combine glow and softedge sidebar sectionandreas kainz1-7/+7
2020-10-15Fix checks for "older than Clang 11"Stephan Bergmann5-8/+8
2020-10-14The Clang RecursiveASTVisitor change is already in Clang 11Stephan Bergmann5-8/+8
2020-10-02drop these unused inlinesCaolán McNamara1-12/+0
2020-10-01loplugin:unusedfieldsNoel5-411/+305
2020-09-30loplugin:unusedmethodsNoel2-242/+270
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-2/+2
2020-09-21static_assert that O[U]StringLiteral are layout compatible with rtl_[u]StringStephan Bergmann1-8/+17
2020-09-21weld infobarsCaolán McNamara1-4/+0
2020-09-20loplugin:xmlimport check for bad conversions to fastparserNoel Grandin2-47/+141
2020-09-17Adapt compilerplugins/clang/test/unusedvarsglobal.cxxStephan Bergmann1-3/+3
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann11-40/+39
2020-09-12Replace remaining uses of sal_CharJulien Nabet2-4/+2
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin4-282/+460
2020-09-08longer watchdog timeouts for debug Skia buildLuboš Luňák1-1/+5
2020-09-07loplugin:singlevalfieldsNoel Grandin2-37/+103
2020-09-07loplugin:constantparamNoel Grandin4-302/+306
2020-09-07loplugin:unusedfieldsNoel Grandin4-99/+79
2020-09-07loplugin:unnecessaryvirtualNoel Grandin2-21/+9
2020-09-04tdf#124176 Use #pragma once in compilerpluginsGeorge Bateman9-36/+9
2020-09-03Fix check for member Decl's nameStephan Bergmann1-1/+2
2020-09-03restore m_aModelChangeListenerCaolán McNamara1-2/+0
2020-09-02-Werror,-Wrange-loop-analysisStephan Bergmann4-7/+7
2020-09-02drop unused MinimalSystemDependentDataManagerCaolán McNamara2-4/+0
2020-09-02remove some unused methodsCaolán McNamara1-4/+0
2020-09-02MergeNotebookBarMenuAddons has only static methodsCaolán McNamara1-2/+0
2020-09-02drop unused weld_windowCaolán McNamara1-2/+0
2020-09-02drop some unused methodsCaolán McNamara1-116/+0
2020-09-02remove SfxCommonTemplateDialog_Impl vcl::Window memberCaolán McNamara1-2/+0
2020-09-02<http://reviews.llvm.org/D22128> has been fixed since LLVM 5Stephan Bergmann1-29/+6
2020-09-02loplugin:unusedmethodsNoel Grandin1-71/+27