summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)AuthorFilesLines
2018-10-17new loplugin staticvarNoel Grandin1-0/+80
2018-10-15loplugin:staticconstfield improvementsNoel Grandin1-42/+51
2018-10-15Relicense LoopVarTooSmall plugin to use LLVM licenseTamás Zolnai1-4/+6
2018-10-10Fix failure of loplugin:useuniqueptr with older compilersStephan Bergmann1-2/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-9/+21
2018-10-08compilerplugins: the useuniqueptr clang plugin test fails on 5.0.1Miklos Vajna1-1/+1
2018-10-05loplugin:useuniqueptr look for deleting in loops with iteratorsNoel Grandin1-1/+45
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin1-0/+25
2018-09-18loplugin:useuniqueptr check more local variablesNoel Grandin1-6/+26
2018-09-17loplugin:staticconstfield improvementsNoel Grandin1-2/+69
2018-09-16rename conststringfield loplugin to staticconstfieldNoel Grandin1-4/+4
2018-09-14Check that loplugin:unreffun warns for explicitly "extern" functionsStephan Bergmann2-0/+16
2018-09-14Improve loplugin:simplifyconstruct warningsStephan Bergmann1-2/+2
2018-09-13loplugin:simplifyconstruct exclude std::unique_ptr with custom deleterNoel Grandin1-2/+19
2018-09-13new loplugin simplifyconstructNoel Grandin1-0/+30
2018-09-13new loplugin:constfieldsNoel Grandin1-0/+45
2018-08-29new loplugin:oustringbufferNoel Grandin1-0/+22
2018-08-23Avoid warnings about unused private fieldsStephan Bergmann1-0/+3
2018-08-22new loplugin:conststringfieldNoel Grandin1-0/+43
2018-08-22improvements to loplugin:useuniqueptrNoel Grandin1-1/+49
2018-08-21loplugin useuniqueptr improvementNoel Grandin1-0/+20
2018-08-18new loplugin intvsfloatNoel Grandin1-0/+69
2018-07-31loplugin:unnecessaryoverride small improvementNoel Grandin1-0/+31
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin1-0/+38
2018-07-26fix warning towards clang7Noel Grandin1-2/+2
2018-07-24loplugin:useuniqueptr fix check for DELETEZ inside compound stmtNoel Grandin1-0/+5
2018-07-13loplugin:useuniqueptr in SbUnoStructRefObjectNoel Grandin1-3/+2
2018-07-09Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs)Stephan Bergmann1-0/+3
2018-06-22teach useuniqueptr loplugin about calling delete on a paramNoel Grandin1-0/+4
2018-06-11new loplugin:shouldreturnboolNoel Grandin1-0/+31
2018-06-01Improve loplugin:unreffunStephan Bergmann2-0/+42
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin1-1/+13
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-0/+10
2018-05-03make useuniqueptr loplugin check child compound statementsNoel Grandin1-0/+10
2018-04-29loplugin:useuniqueptr look for DELETEZ expressionsNoel Grandin1-0/+11
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin1-8/+0
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