summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-12-19loplugin:unusedfieldsNoel Grandin3-72/+76
2017-12-19loplugin:singevalfieldsNoel Grandin1-56/+20
2017-12-19loplugin:unusedenumconstantsNoel Grandin2-230/+828
2017-12-18loplugin:unnecessaryvirtualNoel Grandin1-22/+22
2017-12-15Enable C++17 for clang-cl, tooStephan Bergmann1-0/+1
2017-12-15Try even harder to get at template args in loplugin:implicitboolconversionStephan Bergmann1-13/+26
2017-12-15loplugin:unusedindex fix false+ in nested loopsNoel Grandin2-11/+28
2017-12-15once off loplugin: unusedindexNoel Grandin2-0/+109
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-17/+0
2017-12-13Improve loplugin:salcall error reportingStephan Bergmann1-2/+14
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann2-46/+125
2017-12-11loplugin:salcall fix functionsNoel Grandin1-22/+3
2017-12-11Improve loplugin:salcall error reportingStephan Bergmann2-10/+9
2017-12-10Fix isSalCallFunction furtherStephan Bergmann3-72/+148
2017-12-10Fix typosAndrea Gelmini1-1/+1
2017-12-09Add some debug checks to loplugin:salcallStephan Bergmann1-1/+20
2017-12-09No more issues with these source filesStephan Bergmann1-11/+0
2017-12-08New --enable-compiler-plugins=debug modeStephan Bergmann4-0/+17
2017-12-08Fix isSalCallFunction so it also works on WindowsStephan Bergmann2-38/+240
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