summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2019-02-21loplugin:unusedfields improve write-only when dealing with operatorsNoel Grandin
2019-02-21Fix typoAndrea Gelmini
2019-02-20Avoid loplugin:indentation after preproc conditional inclusion linesStephan Bergmann
2019-02-19Better loplugin:unnecessaryparen check for vexing parseStephan Bergmann
2019-02-18make Makefile-clang.mk also use gb_Output_announceLuboš Luňák
2019-02-18make uninteresting code in clang's makefile to the uninteresting partLuboš Luňák
2019-02-18Make findOperator more precise wrt acceptable parameter typesStephan Bergmann
2019-02-18Tell about presumed corresponding negated operatorStephan Bergmann
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin
2019-02-16drop newly unused codeCaolán McNamara
2019-02-15SourceManager::getExpansionRange already returns CharSourceRange since Clang 7Stephan Bergmann
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-13Make loplugin:stringconcat more robustStephan Bergmann
2019-02-13Fix typoAndrea Gelmini
2019-02-12More loplugin:indentation Qt "emit" hackeryStephan Bergmann
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-11use more hasPathnamePrefixNoel Grandin
2019-02-11remove debugging codeNoel Grandin
2019-02-11loplugin:indentation workaround qt macrosNoel Grandin
2019-02-11new loplugin indentationNoel Grandin
2019-01-31Fix compilerplugins/clang/test/useuniqueptr.cxx for clang-clStephan Bergmann
2019-01-31loplugin:unusedfileds is no-op on Windows, so don't run its test thereStephan Bergmann
2019-01-25loplugin:unusedmethodsNoel Grandin
2019-01-25improve loplugin constparamsNoel Grandin
2019-01-18update useunique_ptr lopluginNoel Grandin
2019-01-16New loplugin:emptyStephan Bergmann
2019-01-11Drop o3tl/string_view.hxxStephan Bergmann
2019-01-08loplugin:constantparamNoel Grandin
2019-01-01Bump copyright year to 2019Adolfo Jayme Barrientos
2018-12-28Fix typo in codeAndrea Gelmini
2018-12-21loplugin:unnecessaryvirtualNoel Grandin
2018-12-21loplugin:unusedfieldsNoel Grandin
2018-12-21loplugin:unusedmethodsNoel Grandin
2018-12-13loplugin:unusedfields improve write-only logicNoel Grandin
2018-12-13loplugin:constantparamNoel Grandin
2018-12-12weld SwCaptionOptPageCaolán McNamara
2018-12-11loplugin:unusedfieldsNoel Grandin
2018-12-11loplugin:useuniqueptr in svtools,toolkitsNoel Grandin
2018-12-11accessibletable.hxx no more existsAndrea Gelmini
2018-12-11loplugin:useuniqueptr in vclNoel Grandin
2018-12-10cppcheck: incorrectStringBooleanErrorJulien Nabet
2018-12-10loplugin:unnecessaryvirtualNoel Grandin
2018-12-10loplugin:unusedfieldsNoel Grandin
2018-12-09loplugin:unusedmethodsNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-08Removed spurious charsAndrea Gelmini
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-12-06Remove broken rebuild of compilerplugins when CLANG_FULL_VERSION changedStephan Bergmann
2018-12-05loplugin:singlevalfields add checking for static class fieldsNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin