summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)AuthorFilesLines
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-0/+58
2018-04-10loplugin:unusedfield improvementsNoel Grandin1-2/+13
2018-04-03new loplugin:dbgunhandledexceptionNoel Grandin1-0/+37
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-04-02give DBG_UNHANDLED_EXCEPTION_WHEN an area parameterNoel Grandin1-0/+58
2018-03-27loplugin:expressionalwayszero improvementsNoel Grandin1-0/+15
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-0/+9
2018-03-09loplugin:redundantfcast look for unnecessary temporariesNoel Grandin1-2/+13
2018-02-23new loplugin:doubleconvert to with ColorData workNoel Grandin1-0/+22
2018-02-22rename redundantcopy loplugin to redundantfcastNoel Grandin2-40/+48
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin1-0/+13
2018-02-02teach useuniqueptr loplugin about while loopsNoel Grandin1-0/+16
2018-02-01Fix typosAndrea Gelmini1-3/+3
2018-01-23new loplugin: pointerboolNoel Grandin1-0/+32
2018-01-19new loplugin:emptyifNoel Grandin1-0/+61
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-0/+3
2018-01-17loplugin:useuniqueptr expand search for ranged-loop-deleteNoel Grandin1-0/+11
2018-01-15loplugin:useuniqueptr in CursorNoel Grandin1-0/+12
2018-01-12Enable loplugin:cstylecast for some more casesStephan Bergmann1-0/+63
2018-01-12teach useuniqueptr loplugin about "if(field != null) delete field"Noel Grandin1-0/+18
2018-01-11loplugin:useuniqueptr in l10ntoolsNoel Grandin1-3/+12
2018-01-09Don't use non-Windows sys/time.hStephan Bergmann1-4/+4
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-2/+1
2018-01-02loplugin:passstuffbyref improved return in sd,variousNoel Grandin1-0/+1
2017-12-30Disable loplugin:casttovoid when --disable-assert-always-abortStephan Bergmann1-0/+1
2017-12-29loplugin:unnecessaryoverride fix for changing accessNoel Grandin1-0/+13
2017-12-26loplugin:passstuffbyref improved return in canvas and svtoolsNoel Grandin1-0/+3
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-0/+5
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin1-8/+43
2017-12-21new loplugin: convertlongNoel Grandin3-47/+41
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann1-5/+0
2017-12-15loplugin:unusedindex fix false+ in nested loopsNoel Grandin1-0/+16
2017-12-15once off loplugin: unusedindexNoel Grandin1-0/+23
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann1-2/+9
2017-12-11Improve loplugin:salcall error reportingStephan Bergmann1-6/+6
2017-12-10Fix isSalCallFunction furtherStephan Bergmann1-0/+19
2017-12-08Fix isSalCallFunction so it also works on WindowsStephan Bergmann1-0/+29
2017-12-06Better heuristic to only look through implicit copy/move ctorsStephan Bergmann1-0/+7
2017-12-05Replace deprecated std::mem_fun et al in reportdesignStephan Bergmann1-0/+34
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-4/+8
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-0/+104
2017-12-01Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann1-0/+5
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-0/+9
2017-11-30Enable loplugin:unnecessaryparen for integer and Boolean literalsStephan Bergmann1-2/+17
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-3/+5
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-0/+10
2017-11-24Clean up loplugin:unnecessaryparen blacklistStephan Bergmann1-0/+1
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 Grandin1-1/+10
2017-11-23Make not warning about !! in loplugin:simplifybool consistentStephan Bergmann1-0/+32