summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* tdf#142010 XLS import: fix bad calculation after editingLászló Németh2021-10-271-8/+0
* VCL allow plugins to declare OpenGL supportJan-Marek Glogowski2021-08-252-8/+0
* loplugin:unusedmethods improve filteringNoel Grandin2021-06-111-4/+15
* Adapt compilerplugins to Clang VK_RValue -> VK_PRValue renameStephan Bergmann2021-06-102-4/+11
* loplugin:virtualdeadNoel Grandin2021-06-043-114/+77
* -Wunused-but-set-{parameter,variable} in CompilerTest_compilerplugins_clangStephan Bergmann2021-06-0322-0/+46
* drop unused Widget::set_secondaryCaolán McNamara2021-06-011-2/+0
* gtk4: enable cut and paste into other applicationsCaolán McNamara2021-05-311-0/+2
* Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse2021-05-311-4/+0
* tdf#142467: Update comments with GCC bug IDStephan Bergmann2021-05-311-1/+1
* gtk4: continue to provide Paintable via cairo surfaceCaolán McNamara2021-05-271-0/+2
* tdf#47065 Add new file open UI options and implement a new threadMatt K2021-05-271-0/+4
* tdf#142467 crash on calling 'getInfoHelper' in final classCaolán McNamara2021-05-261-0/+2
* Adapt loplugin:noexcept to system macro BEGIN_COM_MAP (clang-cl)Stephan Bergmann2021-05-191-20/+21
* loplugin:unusedfieldsNoel Grandin2021-05-181-8/+46
* loplugin:unusedmethodsNoel Grandin2021-05-181-1/+2
* loplugin:unnecessaryvirtualNoel Grandin2021-05-182-22/+20
* sc_ucalc: move formula tests to their own moduleXisco Fauli2021-05-171-6/+0
* split OutputDevice from WindowNoel Grandin2021-05-171-5/+7
* sc_ucalc: move conditional format tests to their own moduleXisco Fauli2021-05-161-12/+0
* Improve loplugin:stringviewStephan Bergmann2021-05-142-19/+17
* sc_ucalc: move shared formula tests to their own moduleXisco Fauli2021-05-141-2/+0
* Improve loplugin:stringview diagnostic outputStephan Bergmann2021-05-142-20/+40
* Guard against isCXX11ConstantExpr on dependent expressionStephan Bergmann2021-05-121-2/+4
* loplugin:implicitboolconversion workaroundNoel Grandin2021-05-111-0/+6
* rename to remove the gtk3 prefixCaolán McNamara2021-05-103-4/+3
* loplugin:unusedmethodsNoel Grandin2021-05-061-9/+49
* loplugin:unnecessaryvirtualNoel Grandin2021-05-051-29/+21
* loplugin:stringadd improvement for appending numbersNoel Grandin2021-05-031-12/+4
* loplugin:unnecessaryparen small improvementNoel Grandin2021-05-032-1/+10
* throw() -> noexcept, part 3/3: New loplugin:noexceptStephan Bergmann2021-05-032-0/+98
* loplugin:moveoptNoel Grandin2021-04-272-0/+214
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-273-1/+63
* More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann2021-04-271-0/+1
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-212-8/+16
* drop unused get_hscroll_heightCaolán McNamara2021-04-201-2/+0
* Updated README.md filesHossein2021-04-191-1/+1
* loplugin:constantparamNoel Grandin2021-04-174-850/+854
* loplugin:stringliteralvar look for assignmentsNoel Grandin2021-04-152-2/+64
* loplugin:unusedmethodsNoel Grandin2021-04-141-143/+125
* loplugin:singlevalfieldsNoel Grandin2021-04-132-237/+243
* convert few more clang plugins to sharedLuboš Luňák2021-04-125-11/+42
* remove vcl/waitobj.hxxCaolán McNamara2021-04-091-1/+0
* do not #error in clangplugins with --disable-pchLuboš Luňák2021-04-091-7/+7
* make clang plugin check code in headers only once if in PCHLuboš Luňák2021-04-091-0/+13
* Adapt loplugin:unnecessaryparen to CXXRewrittenBinaryOperatorStephan Bergmann2021-04-082-1/+21
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-28/+25
* loplugin:casttovoid: Fix VisitReturnStmt in lambda bodiesStephan Bergmann2021-04-072-0/+38
* tdf#124176 Use pragma once instead of include guardsrounak2021-04-013-12/+3
* loplugin:unusedvarsglobalNoel2021-03-253-277/+71