summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2020-11-17loplugin:stringviewparam extend to constructorsNoel1-1/+41
2020-11-17loplugin:stringviewparam check methods tooNoel1-0/+53
2020-11-16Adapt to Clang 12 trunk cosmetic diagnostics changesStephan Bergmann2-7/+7
2020-11-15Extend loplugin:stringviewparen: subViewStephan Bergmann1-1/+1
2020-11-13fix some tools::Long falloutNoel Grandin1-0/+2
2020-11-13improve sorting in global-analysis pluginsNoel12-25/+73
2020-11-12loplugin:xmlimportNoel2-2/+51
2020-11-12loplugin:unusedfieldsNoel4-53/+55
2020-11-12loplugin:unusedmethodsNoel1-88/+128
2020-11-12New loplugin:stringviewparamStephan Bergmann2-0/+433
2020-11-11loplugin:stringviewNoel2-0/+284
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-0/+15
2020-11-11loplugin:xmlimport add more checksNoel Grandin2-0/+113
2020-11-10new loplugin:reducevarscopeNoel Grandin2-0/+646
2020-11-10Evaluate command: tdf#109338dante1-0/+1
2020-11-06retire the stringbuffer lopluginNoel1-0/+0
2020-11-06loplugin:unusedfieldsNoel5-157/+139
2020-11-06loplugin:unusedmethodsNoel1-238/+226
2020-11-05loplugin:unusedenumconstantsNoel4-7530/+3398
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