summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2022-02-09clang::IfStmt::getCond can return nullStephan Bergmann2-8/+12
2022-02-08Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann2-7/+31
2022-02-02Fix typoAndrea Gelmini1-1/+1
2022-01-20WASM open links in new browser tabsJan-Marek Glogowski1-1/+1
2022-01-19Drop unused loplugin:externandnotdefined suppressionStephan Bergmann1-4/+0
2022-01-19Let CppunitTest_odk_checkapi build against the SDK include directoryStephan Bergmann3-7/+20
2022-01-17iOS+SVP convert remaining VCL plugins to salplugJan-Marek Glogowski1-0/+4
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann1-1/+4
2022-01-03loplugin:unusedmethodsNoel Grandin2-193/+243
2022-01-02loplugin:unusedfieldsNoel Grandin4-155/+143
2022-01-02loplugin:unnecessaryvirtualNoel Grandin2-12/+14
2021-01-01Bump copyright year to 2021Adolfo Jayme Barrientos1-1/+1
2021-12-21Fix loplugin:unusedvariablecheckStephan Bergmann1-1/+7
2021-12-18Fix loplugin:unusedvariablecheckStephan Bergmann2-1/+9
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin5-0/+63
2021-12-15ucb: remove --with-webdav=neonMichael Stahl3-8/+1
2021-12-13Adapt CompilerTest_compilerplugins_clangStephan Bergmann1-2/+2
2021-12-07improve loplugin:cow_wrapperNoel Grandin2-16/+60
2021-12-07loplugin:unusedmethodsNoel Grandin2-287/+467
2021-12-07loplugin:unusedfieldsNoel Grandin4-268/+284
2021-12-07loplugin:unnecessaryvirtualNoel Grandin2-85/+65
2021-11-30Silence loplugin:badstaticsStephan Bergmann1-0/+5
2021-11-26-FIIntrin.h in CC/CXX is no longer needed for my clang-cl buildStephan Bergmann1-0/+1
2021-11-23Fix test for clang-cl with the MSVC template instantiation modelStephan Bergmann1-0/+3
2021-11-22sw: prefix members of SwDBManager, SwWebGlosDocShell, SwWordCountWrapper ...Miklos Vajna1-1/+1
2021-11-17drop unused PopupMenuFlags::NoHorzPlacementCaolán McNamara1-2/+0
2021-11-17retire loplugin:simplifyboolLuboš Luňák2-176/+0
2021-11-17remove loplugin:finalprotectedLuboš Luňák2-35/+0
2021-11-15Adapt CompilerTest_compilerplugins_clangStephan Bergmann1-6/+6
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski4-24/+0
2021-11-10new loplugin:stringliteraldefineNoel Grandin2-0/+228
2021-11-10Avoid unhelpful loplugin:stringview from implicit conversionsStephan Bergmann2-12/+19
2021-11-09Adapt test to clang-cl on Windows (sal_Int32 typedef int vs. long)Stephan Bergmann1-2/+2
2021-11-03Silence loplugin:toolslong in ucb/source/ucp/webdav-curl/CurlSession.cxxStephan Bergmann1-0/+1
2021-11-03loplugin:constparamsNoel Grandin1-9/+11
2021-11-02Tweak loplugin:implicitboolconversion to allow some more bool -> sal_BoolStephan Bergmann2-53/+77
2021-11-01loplugin:unusedmember: Work around more cases not marking an enum as referencedStephan Bergmann2-5/+40
2021-10-26tdf#142010 XLS import: fix bad calculation after editingLászló Németh1-8/+0
2021-10-25Adapt to Clang 14 trunk diagnostic output changeStephan Bergmann4-15/+15
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin2-14/+41
2021-10-19tdf#145203: FIREBIRD cannot create a tableJulien Nabet1-0/+3
2021-10-15loplugin:unnecessaryoverride corner case is subsumed nowStephan Bergmann2-8/+1
2021-10-15Avoid usage of incomplete types in member functions defined in-classStephan Bergmann2-3/+7
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski3-132/+1
2021-10-12loplugin:unusedmethodsNoel Grandin2-602/+556
2021-10-12loplugin:unusedfieldsNoel Grandin4-387/+393
2021-10-12loplugin:moveparam check for collection paramsNoel Grandin2-34/+115
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-33/+7
2021-10-09Rename bookmrk* -> bookmark*Julien Nabet2-3/+3
2021-10-07drop 'using namespace std' in compilerpluginsJulien Nabet2-84/+80