summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2018-05-28loplugin:passstuffbyrefNoel Grandin1-0/+4
2018-05-23Fix typosAndrea Gelmini1-1/+1
2018-05-19improve unusedfields loplugin to find constructor-only fieldsNoel Grandin2-2/+50
2018-05-19Fix typosAndrea Gelmini1-1/+1
2018-05-18Replace SVGFilter using SVGIOArmin Le Grand1-4/+0
2018-05-18loplugin:useuniqueptr in SvxAutoCorrectLanguageListsNoel Grandin1-0/+3
2018-05-17Further loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-2/+14
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann2-0/+27
2018-05-16loplugin:useuniqueptr in SvxOutlinerForwarderNoel Grandin1-0/+4
2018-05-14Adapt compilerplugins to recent Clang trunk changeStephan Bergmann1-1/+7
2018-05-14loplugin:useuniqueptr in SfxTabDialogNoel Grandin1-0/+4
2018-05-11loplugin:datamembershadow in ScVbaStylesNoel Grandin1-2/+0
2018-05-11loplugin:datamembershadow in SdrOutlinerNoel Grandin1-2/+0
2018-05-11loplugin:datamembershadow in FrameViewNoel Grandin1-9/+0
2018-05-11loplugin:datamembershadow in SvxMacroTabPage_Noel Grandin1-2/+0
2018-05-11loplugin:datamembershadow in DXF filterNoel Grandin1-2/+0
2018-05-10loplugin:unnecessaryvirtual improvementsNoel Grandin4-28/+119
2018-05-09move unoapi_property_tester to include so it can be used outsideTomaž Vajngerl1-8/+0
2018-05-04Adapt to Clang trunk SourceManager::getImmediateExpansionRange changesStephan Bergmann8-22/+39
2018-05-03make useuniqueptr loplugin check child compound statementsNoel Grandin2-2/+21
2018-04-29loplugin:useuniqueptr look for DELETEZ expressionsNoel Grandin2-0/+42
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin1-8/+0
2018-04-27Related: tdf#117178 rollover is always done in visually released button modeCaolán McNamara1-2/+0
2018-04-23Don't warn about multiplication by zero in loplugin:expressionalwayszeroStephan Bergmann1-18/+4
2018-04-23loplugin:singlevalfields improve unaryoperatorNoel Grandin2-6/+36
2018-04-23loplugin:useuniqueptr in Inflater,DeflaterNoel Grandin1-0/+3
2018-04-20loplugin:singlevalfieldsNoel Grandin1-39/+33
2018-04-20loplugin:unnecessaryvirtualNoel Grandin1-42/+8
2018-04-17More containsPreprocessingConditionalInclusion checking in loplugin:casttovoidStephan Bergmann1-0/+5
2018-04-16loplugin:useuniqueptr in OStorePageBIOSNoel Grandin1-31/+31
2018-04-12vcl: Add a internal (memory) manager for Graphic objectsTomaž Vajngerl1-0/+1
2018-04-11remove some debug codeNoel Grandin1-3/+3
2018-04-11new loplugin:unusedvariablemoreNoel Grandin2-0/+405
2018-04-10put the loplugin output files in the workdirNoel Grandin24-24/+24
2018-04-10darn, unusedfields loplugin was left enabledNoel Grandin1-1/+1
2018-04-10loplugin:unusedfield improvementsNoel Grandin5-61/+147
2018-04-06loplugin:useuniqueptr in ScXMLTableRowCellContextNoel Grandin1-0/+11
2018-04-04loplugin:unusedmethodsNoel Grandin2-80/+82
2018-04-03new loplugin:dbgunhandledexceptionNoel Grandin2-0/+144
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2-3/+1
2018-04-02give DBG_UNHANDLED_EXCEPTION_WHEN an area parameterNoel Grandin2-44/+121
2018-03-31loplugin:unusedfieldsNoel Grandin3-82/+102
2018-03-31loplugin:unusedmethodsNoel Grandin2-66/+16
2018-03-31loplugin:unnecessaryvirtual improve result outputNoel Grandin4-306/+224
2018-03-29loplugin:unnecessaryvirtualNoel Grandin1-55/+143
2018-03-29loplugin:unusedmethodsNoel Grandin2-138/+154
2018-03-29disable expressionalwayszero loplugin on clang-3.8Noel Grandin1-0/+5
2018-03-28new loplugin virtualdownNoel Grandin2-0/+272
2018-03-27loplugin:expressionalwayszero improvementsNoel Grandin2-8/+71
2018-03-27Let prefix arguments to hasPathnamePrefix end in slashStephan Bergmann7-15/+15