summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test/useuniqueptr.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-10replace usage of whitelist with allowlistThorsten Behrens1-3/+3
2019-01-18update useunique_ptr lopluginNoel Grandin1-6/+6
2018-12-10cppcheck: incorrectStringBooleanErrorJulien Nabet1-2/+2
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann1-2/+0
2018-11-09loplugin:useuniqueptr extend to checking more local var deletesNoel Grandin1-8/+8
2018-10-10Fix failure of loplugin:useuniqueptr with older compilersStephan Bergmann1-2/+0
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:useuniqueptr check more local variablesNoel Grandin1-6/+26
2018-08-22improvements to loplugin:useuniqueptrNoel Grandin1-1/+49
2018-08-21loplugin useuniqueptr improvementNoel Grandin1-0/+20
2018-07-24loplugin:useuniqueptr fix check for DELETEZ inside compound stmtNoel Grandin1-0/+5
2018-07-13loplugin:useuniqueptr in SbUnoStructRefObjectNoel Grandin1-3/+2
2018-06-22teach useuniqueptr loplugin about calling delete on a paramNoel Grandin1-0/+4
2018-05-03make useuniqueptr loplugin check child compound statementsNoel Grandin1-0/+10
2018-04-29loplugin:useuniqueptr look for DELETEZ expressionsNoel Grandin1-0/+11
2018-02-02teach useuniqueptr loplugin about while loopsNoel Grandin1-0/+16
2018-01-17loplugin:useuniqueptr expand search for ranged-loop-deleteNoel Grandin1-0/+11
2018-01-15loplugin:useuniqueptr in CursorNoel Grandin1-0/+12
2018-01-12teach useuniqueptr loplugin about "if(field != null) delete field"Noel Grandin1-0/+18
2018-01-11loplugin:useuniqueptr in l10ntoolsNoel Grandin1-3/+12
2017-08-23loplugin:useuniqueptr, look for containers..Noel Grandin1-0/+45
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin1-3/+6
2017-07-13improve useuniqueptr loplugin to find arraysNoel Grandin1-2/+22
2017-06-19only unit-test one loplugin at a timeNoel Grandin1-1/+1
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-0/+20