summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-11Improve loplugin:salcall error reportingStephan Bergmann
2017-12-10Fix isSalCallFunction furtherStephan Bergmann
2017-12-10Fix typosAndrea Gelmini
2017-12-09Add some debug checks to loplugin:salcallStephan Bergmann
2017-12-09No more issues with these source filesStephan Bergmann
2017-12-08New --enable-compiler-plugins=debug modeStephan Bergmann
2017-12-08Fix isSalCallFunction so it also works on WindowsStephan Bergmann
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-06Better heuristic to only look through implicit copy/move ctorsStephan Bergmann
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-06Work around latest Boost 1.65.1 still using deprecated std::auto_ptrStephan Bergmann
2017-12-06Remove CXXFLAGS_CXX11 from Clang plugin compilationStephan Bergmann
2017-12-05Replace deprecated std::mem_fun et al in reportdesignStephan Bergmann
2017-12-05lokdialog: Make the badstatic loplugin happy.Jan Holesovsky
2017-12-05fix compile of salcall pluginNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-12-04-Werror=unused-functionStephan Bergmann
2017-12-04loplugin:singlevalfieldsNoel Grandin
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin
2017-12-01Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann
2017-12-01loplugin:unusedfieldsNoel Grandin
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-30Move loplugin:fpcomparison to store/Stephan Bergmann
2017-11-30Silence new loplugin:fpcomparison for nowStephan Bergmann
2017-11-30loplugin:unusedmethodsNoel Grandin
2017-11-30some global loplugin improvementsNoel Grandin
2017-11-30Enable loplugin:unnecessaryparen for integer and Boolean literalsStephan Bergmann
2017-11-29TODO: silence new loplugin:badstatics for nowStephan Bergmann
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-28Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann
2017-11-28Add back UnusedMethods::TraverseCXXDeductionGuideDecl, properly ifdef'edStephan Bergmann
2017-11-28fix loplugin unusedmethodsNoel Grandin
2017-11-28loplugin:unusedmethods ignore recursive callsNoel Grandin
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-25Use the canonical TemplateDeclStephan Bergmann
2017-11-24Clean up loplugin:unnecessaryparen blacklistStephan Bergmann
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin
2017-11-24Clarify that loplugin:unnecessaryparen doesn't want to warn about sizeofStephan Bergmann
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin
2017-11-23Make not warning about !! in loplugin:simplifybool consistentStephan Bergmann
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-22loplugin:flatten look for large if statement at end of functionNoel Grandin
2017-11-22There appears to be no reason to ignore macros in these parts of...Stephan Bergmann
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-20re-enable loplugin:useuniqueptrNoel Grandin