summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-02-22loplugin:writeonlyvars is no-op on Windows, so don't run its test thereStephan Bergmann1-2/+8
2019-02-21loplugin:unusedfields improve write-only when dealing with operatorsNoel Grandin6-375/+1145
2019-02-21Fix typoAndrea Gelmini1-1/+1
2019-02-20Avoid loplugin:indentation after preproc conditional inclusion linesStephan Bergmann2-0/+14
2019-02-19Better loplugin:unnecessaryparen check for vexing parseStephan Bergmann1-2/+3
2019-02-18make Makefile-clang.mk also use gb_Output_announceLuboš Luňák1-3/+6
2019-02-18make uninteresting code in clang's makefile to the uninteresting partLuboš Luňák1-10/+10
2019-02-18Make findOperator more precise wrt acceptable parameter typesStephan Bergmann1-8/+38
2019-02-18Tell about presumed corresponding negated operatorStephan Bergmann2-6/+14
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin2-16/+69
2019-02-16drop newly unused codeCaolán McNamara1-4/+0
2019-02-15SourceManager::getExpansionRange already returns CharSourceRange since Clang 7Stephan Bergmann1-1/+1
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2-3/+151
2019-02-13Make loplugin:stringconcat more robustStephan Bergmann2-12/+83
2019-02-13Fix typoAndrea Gelmini1-1/+1
2019-02-12More loplugin:indentation Qt "emit" hackeryStephan Bergmann1-1/+2
2019-02-11new loplugin writeonlyvarsNoel Grandin2-0/+1295
2019-02-11use more hasPathnamePrefixNoel Grandin5-66/+45
2019-02-11remove debugging codeNoel Grandin1-7/+1
2019-02-11loplugin:indentation workaround qt macrosNoel Grandin1-0/+9
2019-02-11new loplugin indentationNoel Grandin2-0/+269
2019-01-31Fix compilerplugins/clang/test/useuniqueptr.cxx for clang-clStephan Bergmann1-1/+1
2019-01-31loplugin:unusedfileds is no-op on Windows, so don't run its test thereStephan Bergmann1-2/+8
2019-01-25loplugin:unusedmethodsNoel Grandin2-162/+114
2019-01-25improve loplugin constparamsNoel Grandin2-28/+35
2019-01-18update useunique_ptr lopluginNoel Grandin2-21/+85
2019-01-16New loplugin:emptyStephan Bergmann1-0/+186
2019-01-11Drop o3tl/string_view.hxxStephan Bergmann1-2/+0
2019-01-08loplugin:constantparamNoel Grandin3-397/+357
2019-01-01Bump copyright year to 2019Adolfo Jayme Barrientos1-1/+1
2018-12-28Fix typo in codeAndrea Gelmini1-1/+1
2018-12-21loplugin:unnecessaryvirtualNoel Grandin1-4/+4
2018-12-21loplugin:unusedfieldsNoel Grandin4-83/+67
2018-12-21loplugin:unusedmethodsNoel Grandin2-140/+124
2018-12-13loplugin:unusedfields improve write-only logicNoel Grandin6-78/+238
2018-12-13loplugin:constantparamNoel Grandin4-729/+805
2018-12-12weld SwCaptionOptPageCaolán McNamara1-2/+0
2018-12-11loplugin:unusedfieldsNoel Grandin4-108/+56
2018-12-11loplugin:useuniqueptr in svtools,toolkitsNoel Grandin1-12/+15
2018-12-11accessibletable.hxx no more existsAndrea Gelmini1-4/+0
2018-12-11loplugin:useuniqueptr in vclNoel Grandin1-2/+9
2018-12-10cppcheck: incorrectStringBooleanErrorJulien Nabet2-3/+3
2018-12-10loplugin:unnecessaryvirtualNoel Grandin2-48/+46
2018-12-10loplugin:unusedfieldsNoel Grandin4-118/+174
2018-12-09loplugin:unusedmethodsNoel Grandin2-176/+180
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-08Removed spurious charsAndrea Gelmini1-9/+9
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin3-76/+1172
2018-12-06Remove broken rebuild of compilerplugins when CLANG_FULL_VERSION changedStephan Bergmann1-2/+0
2018-12-05loplugin:singlevalfields add checking for static class fieldsNoel Grandin3-81/+180