summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* WASM open links in new browser tabsJan-Marek Glogowski2022-01-201-1/+1
* Drop unused loplugin:externandnotdefined suppressionStephan Bergmann2022-01-191-4/+0
* Let CppunitTest_odk_checkapi build against the SDK include directoryStephan Bergmann2022-01-193-7/+20
* iOS+SVP convert remaining VCL plugins to salplugJan-Marek Glogowski2022-01-171-0/+4
* Let loplugin:nullptr look into template instantiationsStephan Bergmann2022-01-151-1/+4
* loplugin:unusedmethodsNoel Grandin2022-01-032-193/+243
* loplugin:unusedfieldsNoel Grandin2022-01-024-155/+143
* loplugin:unnecessaryvirtualNoel Grandin2022-01-022-12/+14
* Bump copyright year to 2021Adolfo Jayme Barrientos2021-01-011-1/+1
* Fix loplugin:unusedvariablecheckStephan Bergmann2021-12-211-1/+7
* Fix loplugin:unusedvariablecheckStephan Bergmann2021-12-182-1/+9
* loplugin:unusedvariablecheck improveNoel Grandin2021-12-175-0/+63
* ucb: remove --with-webdav=neonMichael Stahl2021-12-153-8/+1
* Adapt CompilerTest_compilerplugins_clangStephan Bergmann2021-12-131-2/+2
* improve loplugin:cow_wrapperNoel Grandin2021-12-072-16/+60
* loplugin:unusedmethodsNoel Grandin2021-12-072-287/+467
* loplugin:unusedfieldsNoel Grandin2021-12-074-268/+284
* loplugin:unnecessaryvirtualNoel Grandin2021-12-072-85/+65
* Silence loplugin:badstaticsStephan Bergmann2021-11-301-0/+5
* -FIIntrin.h in CC/CXX is no longer needed for my clang-cl buildStephan Bergmann2021-11-261-0/+1
* Fix test for clang-cl with the MSVC template instantiation modelStephan Bergmann2021-11-231-0/+3
* sw: prefix members of SwDBManager, SwWebGlosDocShell, SwWordCountWrapper ...Miklos Vajna2021-11-221-1/+1
* drop unused PopupMenuFlags::NoHorzPlacementCaolán McNamara2021-11-171-2/+0
* retire loplugin:simplifyboolLuboš Luňák2021-11-172-176/+0
* remove loplugin:finalprotectedLuboš Luňák2021-11-172-35/+0
* Adapt CompilerTest_compilerplugins_clangStephan Bergmann2021-11-151-6/+6
* Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski2021-11-114-24/+0
* new loplugin:stringliteraldefineNoel Grandin2021-11-102-0/+228
* Avoid unhelpful loplugin:stringview from implicit conversionsStephan Bergmann2021-11-102-12/+19
* Adapt test to clang-cl on Windows (sal_Int32 typedef int vs. long)Stephan Bergmann2021-11-091-2/+2
* Silence loplugin:toolslong in ucb/source/ucp/webdav-curl/CurlSession.cxxStephan Bergmann2021-11-031-0/+1
* loplugin:constparamsNoel Grandin2021-11-031-9/+11
* Tweak loplugin:implicitboolconversion to allow some more bool -> sal_BoolStephan Bergmann2021-11-022-53/+77
* loplugin:unusedmember: Work around more cases not marking an enum as referencedStephan Bergmann2021-11-012-5/+40
* tdf#142010 XLS import: fix bad calculation after editingLászló Németh2021-10-261-8/+0
* Adapt to Clang 14 trunk diagnostic output changeStephan Bergmann2021-10-254-15/+15
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-202-14/+41
* tdf#145203: FIREBIRD cannot create a tableJulien Nabet2021-10-191-0/+3
* loplugin:unnecessaryoverride corner case is subsumed nowStephan Bergmann2021-10-152-8/+1
* Avoid usage of incomplete types in member functions defined in-classStephan Bergmann2021-10-152-3/+7
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-153-132/+1
* loplugin:unusedmethodsNoel Grandin2021-10-122-602/+556
* loplugin:unusedfieldsNoel Grandin2021-10-124-387/+393
* loplugin:moveparam check for collection paramsNoel Grandin2021-10-122-34/+115
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-112-33/+7
* Rename bookmrk* -> bookmark*Julien Nabet2021-10-092-3/+3
* drop 'using namespace std' in compilerpluginsJulien Nabet2021-10-072-84/+80
* loplugin:constmethodNoel Grandin2021-10-041-1/+25
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-032-6/+24
* new loplugin:moveparamNoel Grandin2021-10-022-0/+170