summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+22
2017-12-06Better heuristic to only look through implicit copy/move ctorsStephan Bergmann2-2/+12
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-2/+38
2017-12-06Work around latest Boost 1.65.1 still using deprecated std::auto_ptrStephan Bergmann1-0/+1
2017-12-06Remove CXXFLAGS_CXX11 from Clang plugin compilationStephan Bergmann1-11/+5
2017-12-05Replace deprecated std::mem_fun et al in reportdesignStephan Bergmann2-4/+93
2017-12-05lokdialog: Make the badstatic loplugin happy.Jan Holesovsky1-6/+1
2017-12-05fix compile of salcall pluginNoel Grandin1-4/+0
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin2-26/+17
2017-12-04-Werror=unused-functionStephan Bergmann1-0/+4
2017-12-04loplugin:singlevalfieldsNoel Grandin2-73/+70
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin2-0/+474
2017-12-01Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann2-0/+8
2017-12-01loplugin:unusedfieldsNoel Grandin3-49/+59
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2-0/+22
2017-11-30Move loplugin:fpcomparison to store/Stephan Bergmann1-0/+0
2017-11-30Silence new loplugin:fpcomparison for nowStephan Bergmann1-1/+5
2017-11-30loplugin:unusedmethodsNoel Grandin2-92/+16
2017-11-30some global loplugin improvementsNoel Grandin4-48/+51
2017-11-30Enable loplugin:unnecessaryparen for integer and Boolean literalsStephan Bergmann2-18/+71
2017-11-29TODO: silence new loplugin:badstatics for nowStephan Bergmann1-0/+6
2017-11-29loplugin:unusedmethodsNoel Grandin2-210/+598
2017-11-28Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann1-3/+3
2017-11-28Add back UnusedMethods::TraverseCXXDeductionGuideDecl, properly ifdef'edStephan Bergmann1-0/+13
2017-11-28fix loplugin unusedmethodsNoel Grandin1-9/+0
2017-11-28loplugin:unusedmethods ignore recursive callsNoel Grandin1-1/+42
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2-39/+84
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2-2/+42
2017-11-25Use the canonical TemplateDeclStephan Bergmann1-0/+1
2017-11-24Clean up loplugin:unnecessaryparen blacklistStephan Bergmann3-8/+9
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin1-2/+4
2017-11-24Clarify that loplugin:unnecessaryparen doesn't want to warn about sizeofStephan Bergmann1-0/+3
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin2-1/+14
2017-11-23Make not warning about !! in loplugin:simplifybool consistentStephan Bergmann2-3/+61
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann2-3/+28
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin2-17/+53
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2-15/+1
2017-11-22loplugin:flatten look for large if statement at end of functionNoel Grandin2-22/+274
2017-11-22There appears to be no reason to ignore macros in these parts of...Stephan Bergmann1-22/+11
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-2/+8
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin2-17/+101
2017-11-20re-enable loplugin:useuniqueptrNoel Grandin1-1/+1
2017-11-17Make loplugin:casttovoid more resilient against macrosStephan Bergmann1-1/+1
2017-11-16Make checkIdenticalDefaultArguments more preciseStephan Bergmann2-0/+97
2017-11-16Avoid infinite loops in lopluginStephan Bergmann1-0/+1
2017-11-15Make checkIdenticalDefaultArguments more preciseStephan Bergmann3-16/+38
2017-11-14clang-format fixStephan Bergmann1-1/+6
2017-11-14Make checkIdenticalDefaultArguments more preciseStephan Bergmann2-15/+43
2017-11-14loplugin:flatten loosen conditionNoel Grandin2-9/+26
2017-11-13Fix typosAndrea Gelmini1-2/+2