summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2021-06-19loplugin:finalclassesNoel Grandin2-3/+3
2021-06-17Adapt o3tl::temporary to C++23 P2266R1Stephan Bergmann2-0/+29
2021-06-17split NotifyingLayout outCaolán McNamara1-2/+1
2021-06-17gtk4: restore double-decker notebooksCaolán McNamara1-0/+2
2021-06-16Move enable_if from dummy template parameter to return typeStephan Bergmann1-6/+0
2021-06-14Adapt compilerplugins to LLVM 13 APSInt::toString changeStephan Bergmann9-12/+26
2021-06-11loplugin:unusedmethods improve filteringNoel Grandin1-4/+15
2021-06-10Adapt compilerplugins to Clang VK_RValue -> VK_PRValue renameStephan Bergmann2-4/+11
2021-06-04loplugin:virtualdeadNoel Grandin3-114/+77
2021-06-03-Wunused-but-set-{parameter,variable} in CompilerTest_compilerplugins_clangStephan Bergmann22-0/+46
2021-06-01drop unused Widget::set_secondaryCaolán McNamara1-2/+0
2021-05-31gtk4: enable cut and paste into other applicationsCaolán McNamara1-0/+2
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse1-4/+0
2021-05-31tdf#142467: Update comments with GCC bug IDStephan Bergmann1-1/+1
2021-05-27gtk4: continue to provide Paintable via cairo surfaceCaolán McNamara1-0/+2
2021-05-27tdf#47065 Add new file open UI options and implement a new threadMatt K1-0/+4
2021-05-26tdf#142467 crash on calling 'getInfoHelper' in final classCaolán McNamara1-0/+2
2021-05-19Adapt loplugin:noexcept to system macro BEGIN_COM_MAP (clang-cl)Stephan Bergmann1-20/+21
2021-05-18loplugin:unusedfieldsNoel Grandin1-8/+46
2021-05-18loplugin:unusedmethodsNoel Grandin1-1/+2
2021-05-18loplugin:unnecessaryvirtualNoel Grandin2-22/+20
2021-05-17sc_ucalc: move formula tests to their own moduleXisco Fauli1-6/+0
2021-05-17split OutputDevice from WindowNoel Grandin1-5/+7
2021-05-16sc_ucalc: move conditional format tests to their own moduleXisco Fauli1-12/+0
2021-05-14Improve loplugin:stringviewStephan Bergmann2-19/+17
2021-05-14sc_ucalc: move shared formula tests to their own moduleXisco Fauli1-2/+0
2021-05-14Improve loplugin:stringview diagnostic outputStephan Bergmann2-20/+40
2021-05-12Guard against isCXX11ConstantExpr on dependent expressionStephan Bergmann1-2/+4
2021-05-11loplugin:implicitboolconversion workaroundNoel Grandin1-0/+6
2021-05-10rename to remove the gtk3 prefixCaolán McNamara3-4/+3
2021-05-06loplugin:unusedmethodsNoel Grandin1-9/+49
2021-05-05loplugin:unnecessaryvirtualNoel Grandin1-29/+21
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-12/+4
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin2-1/+10
2021-05-03throw() -> noexcept, part 3/3: New loplugin:noexceptStephan Bergmann2-0/+98
2021-04-27loplugin:moveoptNoel Grandin2-0/+214
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin3-1/+63
2021-04-27More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann1-0/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2-8/+16
2021-04-20drop unused get_hscroll_heightCaolán McNamara1-2/+0
2021-04-19Updated README.md filesHossein1-1/+1
2021-04-17loplugin:constantparamNoel Grandin4-850/+854
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin2-2/+64
2021-04-14loplugin:unusedmethodsNoel Grandin1-143/+125
2021-04-13loplugin:singlevalfieldsNoel Grandin2-237/+243
2021-04-12convert few more clang plugins to sharedLuboš Luňák5-11/+42
2021-04-09remove vcl/waitobj.hxxCaolán McNamara1-1/+0
2021-04-09do not #error in clangplugins with --disable-pchLuboš Luňák1-7/+7
2021-04-09make clang plugin check code in headers only once if in PCHLuboš Luňák1-0/+13
2021-04-08Adapt loplugin:unnecessaryparen to CXXRewrittenBinaryOperatorStephan Bergmann2-1/+21