summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/useuniqueptr.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-23loplugin:useuniqueptr in Inflater,DeflaterNoel Grandin1-0/+3
2018-04-16loplugin:useuniqueptr in OStorePageBIOSNoel Grandin1-31/+31
2018-04-06loplugin:useuniqueptr in ScXMLTableRowCellContextNoel Grandin1-0/+11
2018-03-27Let prefix arguments to hasPathnamePrefix end in slashStephan Bergmann1-1/+1
2018-03-27Use isSamePathname instead of hasPathnamePrefix, where appropriateStephan Bergmann1-11/+11
2018-02-05loplugin:useuniqueptr in ImpEditEngineNoel Grandin1-0/+3
2018-02-02loplugin:useuniqueptr in i18npoolNoel Grandin1-0/+3
2018-02-02teach useuniqueptr loplugin about while loopsNoel Grandin1-134/+109
2018-01-29loplugin:useuniqueptr in ModelData_ImplNoel Grandin1-0/+3
2018-01-17loplugin:useuniqueptr in PPDParserNoel Grandin1-0/+3
2018-01-17loplugin:useuniqueptr expand search for ranged-loop-deleteNoel Grandin1-1/+5
2018-01-15loplugin:useuniqueptr in CursorNoel Grandin1-0/+5
2018-01-12teach useuniqueptr loplugin about "if(field != null) delete field"Noel Grandin1-56/+102
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin1-0/+5
2018-01-11loplugin:useuniqueptr in l10ntoolsNoel Grandin1-245/+167
2017-11-20re-enable loplugin:useuniqueptrNoel Grandin1-1/+1
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-1/+2
2017-09-11More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann1-1/+1
2017-08-30fix ScJumpMatrixToken memory handlingNoel Grandin1-6/+0
2017-08-23loplugin:useuniqueptr, look for containers..Noel Grandin1-5/+128
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-1/+5
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin1-6/+6
2017-07-13improve useuniqueptr loplugin to find arraysNoel Grandin1-20/+86
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-12/+14
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann1-9/+9
2017-05-15loplugin:useuniqueptrNoel Grandin1-2/+16
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-13Simplify jfw_findAllJREsStephan Bergmann1-9/+0
2017-04-12loplugin:useuniquptr: Remove no longer needed blacklist entriesStephan Bergmann1-6/+1
2017-04-06Look through ExprWithCleanups etc.Stephan Bergmann1-1/+3
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin1-4/+9
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-1/+46
2017-01-23new loplugin useuniqueptrNoel Grandin1-0/+137