summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/useuniqueptr.cxx
AgeCommit message (Expand)Author
2018-10-23loplugin:useuniqueptr more exclusionsNoel Grandin
2018-10-10Fix failure of loplugin:useuniqueptr with older compilersStephan Bergmann
2018-10-08Fix loplugin:useuniqueptr for libc++ (macOS)Stephan Bergmann
2018-10-06Fix typoAndrea Gelmini
2018-10-05loplugin:useuniqueptr look for deleting in loops with iteratorsNoel Grandin
2018-09-18loplugin:useuniqueptr check more local variablesNoel Grandin
2018-09-03loplugin:useuniqueptr update exclusionsNoel Grandin
2018-08-30Fix typosAndrea Gelmini
2018-08-23filter out AST in more pluginsNoel Grandin
2018-08-22improvements to loplugin:useuniqueptrNoel Grandin
2018-08-21loplugin useuniqueptr improvementNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-07-30loplugin:useuniqueptr in SwGrfExtPageNoel Grandin
2018-07-24loplugin:useuniqueptr in rptui::ConditionNoel Grandin
2018-07-24loplugin:useuniqueptr fix check for DELETEZ inside compound stmtNoel Grandin
2018-07-24loplugin:useuniqueptr in SwHTMLWriterNoel Grandin
2018-07-20loplugin:useuniqueptr in HTMLTableNoel Grandin
2018-07-20loplugin:useuniqueptr in XclObjNoel Grandin
2018-07-19loplugin:useuniqueptr in SwUndoTableMergeNoel Grandin
2018-07-17loplugin:useuniqueptr in ScTabViewNoel Grandin
2018-07-17loplugin:useuniqueptr in SwHTMLWriterNoel Grandin
2018-07-16loplugin:useuniqueptr in UndoTransliterate_DataNoel Grandin
2018-07-13loplugin:useuniqueptr in SbUnoStructRefObjectNoel Grandin
2018-07-13loplugin:useuniqueptr in SwGrammarContactNoel Grandin
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl
2018-07-04loplugin:useuniqueptr in ScSimpleEditSourceHelperNoel Grandin
2018-06-29loplugin:useuniqueptr in SwTextAPIObjectNoel Grandin
2018-06-27loplugin:useuniqueptr in SwDocNoel Grandin
2018-06-22teach useuniqueptr loplugin about calling delete on a paramNoel Grandin
2018-05-28loplugin:useuniqueptr in ODbTypeWizDialogNoel Grandin
2018-05-28loplugin:useuniqueptr in GridWindowNoel Grandin
2018-05-23Fix typosAndrea Gelmini
2018-05-18loplugin:useuniqueptr in SvxAutoCorrectLanguageListsNoel Grandin
2018-05-16loplugin:useuniqueptr in SvxOutlinerForwarderNoel Grandin
2018-05-14loplugin:useuniqueptr in SfxTabDialogNoel Grandin
2018-05-03make useuniqueptr loplugin check child compound statementsNoel Grandin
2018-04-29loplugin:useuniqueptr look for DELETEZ expressionsNoel Grandin
2018-04-23loplugin:useuniqueptr in Inflater,DeflaterNoel Grandin
2018-04-16loplugin:useuniqueptr in OStorePageBIOSNoel Grandin
2018-04-06loplugin:useuniqueptr in ScXMLTableRowCellContextNoel Grandin
2018-03-27Let prefix arguments to hasPathnamePrefix end in slashStephan Bergmann
2018-03-27Use isSamePathname instead of hasPathnamePrefix, where appropriateStephan Bergmann
2018-02-05loplugin:useuniqueptr in ImpEditEngineNoel Grandin
2018-02-02loplugin:useuniqueptr in i18npoolNoel Grandin
2018-02-02teach useuniqueptr loplugin about while loopsNoel Grandin
2018-01-29loplugin:useuniqueptr in ModelData_ImplNoel Grandin
2018-01-17loplugin:useuniqueptr in PPDParserNoel Grandin
2018-01-17loplugin:useuniqueptr expand search for ranged-loop-deleteNoel Grandin
2018-01-15loplugin:useuniqueptr in CursorNoel Grandin
2018-01-12teach useuniqueptr loplugin about "if(field != null) delete field"Noel Grandin